Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65564
b: refs/heads/master
c: 9702785
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 5a0d31f commit b3638cb
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 5 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: 334e621a01f86d5bc25e4f742e1eaae6e2d2a97a
refs/heads/master: 9702785a747aa27baf46ff504beab6528f21f2dd
2 changes: 1 addition & 1 deletion trunk/arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ config PARAVIRT
However, when run without a hypervisor the kernel is
theoretically slower. If in doubt, say N.

source "arch/i386/xen/Kconfig"
source "arch/x86/xen/Kconfig"

config VMI
bool "VMI Paravirt-ops support"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default
core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/

# Xen paravirtualization support
core-$(CONFIG_XEN) += arch/i386/xen/
core-$(CONFIG_XEN) += arch/x86/xen/

# default subarch .h files
mflags-y += -Iinclude/asm-i386/mach-default
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ fault_msg:
.ascii "Int %d: CR2 %p err %p EIP %p CS %p flags %p\n"
.asciz "Stack: %p %p %p %p %p %p %p %p\n"

#include "../xen/xen-head.S"
#include "../../x86/xen/xen-head.S"

/*
* The IDT and GDT 'descriptors' are a strange 48-bit object
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/vsyscall-note_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ELFNOTE_END
* at boot time we set VDSO_NOTE_NONEGSEG_BIT if running under Xen.
*/

#include "../xen/vdso.h" /* Defines VDSO_NOTE_NONEGSEG_BIT. */
#include "../../x86/xen/vdso.h" /* Defines VDSO_NOTE_NONEGSEG_BIT. */

.globl VDSO_NOTE_MASK
ELFNOTE_START(GNU, 2, "a")
Expand Down
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 b3638cb

Please sign in to comment.