diff options
author | Jann Horn <[email protected]> | 2018-05-04 19:59:35 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-05-05 09:02:36 +0200 |
commit | e0f6d1a526b6adfa9ca3b336b83ece0eed345033 (patch) | |
tree | 6f7a46494cd61bbe7c1d403d2db0a802dc6782bb | |
parent | a5f81290ce475489fa2551c01a07470c1a4c932e (diff) |
x86/vdso: Remove unused file
commit da861e18eccc ("x86, vdso: Get rid of the fake section mechanism")
left this file behind; nothing is using it anymore.
Signed-off-by: Jann Horn <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/x86/entry/vdso/vdso32/vdso-fakesections.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c b/arch/x86/entry/vdso/vdso32/vdso-fakesections.c deleted file mode 100644 index 541468e25265..000000000000 --- a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c +++ /dev/null @@ -1 +0,0 @@ -#include "../vdso-fakesections.c" |