Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257427
b: refs/heads/master
c: 43605ef
h: refs/heads/master
i:
  257425: f348e5b
  257423: 47fe7f8
v: v3
  • Loading branch information
Alan Cox authored and Ingo Molnar committed Jul 21, 2011
1 parent b165347 commit 1a2baaf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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: 050438ed5a05b25cdf287f5691e56a58c2606997
refs/heads/master: 43605ef188cd39708ddc5e3adc47b337b6ebe40e
15 changes: 13 additions & 2 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,21 @@ config X86_INTEL_CE
This option compiles in support for the CE4100 SOC for settop
boxes and media devices.

config X86_INTEL_MID
bool "Intel MID platform support"
depends on X86_32
depends on X86_EXTENDED_PLATFORM
---help---
Select to build a kernel capable of supporting Intel MID platform
systems which do not have the PCI legacy interfaces (Moorestown,
Medfield). If you are building for a PC class system say N here.

if X86_INTEL_MID

config X86_MRST
bool "Moorestown MID platform"
depends on PCI
depends on PCI_GOANY
depends on X86_32
depends on X86_EXTENDED_PLATFORM
depends on X86_IO_APIC
select APB_TIMER
select I2C
Expand All @@ -404,6 +413,8 @@ config X86_MRST
nor standard legacy replacement devices/features. e.g. Moorestown does
not contain i8259, i8254, HPET, legacy BIOS, most of the io ports.

endif

config X86_RDC321X
bool "RDC R-321x SoC"
depends on X86_32
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/x86/kernel/relocate_kernel_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ relocate_kernel:
ret

identity_mapped:
/* set return address to 0 if not preserving context */
pushl $0
/* store the start address on the stack */
pushl %edx

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/x86/kernel/relocate_kernel_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ relocate_kernel:
ret

identity_mapped:
/* set return address to 0 if not preserving context */
pushq $0
/* store the start address on the stack */
pushq %rdx

Expand Down

0 comments on commit 1a2baaf

Please sign in to comment.