Skip to content

Commit

Permalink
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
Browse files Browse the repository at this point in the history
Cc: Borislav Petkov <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
Ingo Molnar committed Jun 3, 2015
1 parent 19a433f commit d603c8e
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -10892,7 +10892,7 @@ M: Andy Lutomirski <[email protected]>
L: [email protected]
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
S: Maintained
F: arch/x86/vdso/
F: arch/x86/entry/vdso/

XC2028/3028 TUNER DRIVER
M: Mauro Carvalho Chehab <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ obj-y += kernel/
obj-y += mm/

obj-y += crypto/
obj-y += vdso/

obj-$(CONFIG_IA32_EMULATION) += ia32/

obj-y += platform/
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ install:

PHONY += vdso_install
vdso_install:
$(Q)$(MAKE) $(build)=arch/x86/vdso $@
$(Q)$(MAKE) $(build)=arch/x86/entry/vdso $@

archclean:
$(Q)rm -rf $(objtree)/arch/i386
Expand Down
2 changes: 2 additions & 0 deletions arch/x86/entry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
#
obj-y := entry_$(BITS).o

obj-y += vdso/

obj-$(CONFIG_IA32_EMULATION) += ia32entry.o

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d603c8e

Please sign in to comment.