Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65581
b: refs/heads/master
c: 2db55d3
h: refs/heads/master
i:
  65579: ba9eac1
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 64b29ee commit 1526c54
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33fc6d51336046bd6e8c7d1a42faff881fa6fb45
refs/heads/master: 2db55d344e529492545cb3b755c7e9ba8e4fa94e
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.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
.globl syscall32_syscall_end

syscall32_syscall:
.incbin "arch/x86_64/ia32/vsyscall-syscall.so"
.incbin "arch/x86/ia32/vsyscall-syscall.so"
syscall32_syscall_end:

.globl syscall32_sysenter
.globl syscall32_sysenter_end

syscall32_sysenter:
.incbin "arch/x86_64/ia32/vsyscall-sysenter.so"
.incbin "arch/x86/ia32/vsyscall-sysenter.so"
syscall32_sysenter_end:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ core-y += arch/x86_64/kernel/ \
arch/x86/mm/ \
arch/x86/crypto/ \
arch/x86/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
core-$(CONFIG_IA32_EMULATION) += arch/x86/ia32/
drivers-$(CONFIG_PCI) += arch/x86/pci/
drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/

Expand Down

0 comments on commit 1526c54

Please sign in to comment.