diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-13 03:50:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 09:17:48 +0100 |
commit | 56a5d2e7b67bd16acb8329bff49cef7dc5d97799 (patch) | |
tree | 72f34f4b3ad0370f892cc95c9f07f83c2c28356e | |
parent | ec043831c0d4b1ceac1990b2318575c4f314b48a (diff) |
cleanup patch
-rw-r--r-- | target/linux/patches/4.8.11/patch-realtime | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/patches/4.8.11/patch-realtime b/target/linux/patches/4.8.11/patch-realtime index 6a856dad7..91b37c52f 100644 --- a/target/linux/patches/4.8.11/patch-realtime +++ b/target/linux/patches/4.8.11/patch-realtime @@ -284,25 +284,6 @@ index 000000000000..6f2aeabf7faa +is provided. + +These data are also reset when the wakeup histogram is reset. -diff --git a/Makefile b/Makefile -index b249529204cd..5d699d055995 100644 ---- a/Makefile -+++ b/Makefile -@@ -398,12 +398,12 @@ KBUILD_CPPFLAGS := -D__KERNEL__ - KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ - -fno-strict-aliasing -fno-common \ - -Werror-implicit-function-declaration \ -- -Wno-format-security \ -+ -Wno-format-security -fno-PIE \ - -std=gnu89 - - KBUILD_AFLAGS_KERNEL := - KBUILD_CFLAGS_KERNEL := --KBUILD_AFLAGS := -D__ASSEMBLY__ -+KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE - KBUILD_AFLAGS_MODULE := -DMODULE - KBUILD_CFLAGS_MODULE := -DMODULE - KBUILD_LDFLAGS_MODULE := -T $(srctree)/scripts/module-common.lds diff --git a/arch/Kconfig b/arch/Kconfig index fd6e9712af81..085134ee13e9 100644 --- a/arch/Kconfig |