Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139745
b: refs/heads/master
c: 1bc4faa
h: refs/heads/master
i:
  139743: ab5938b
v: v3
  • Loading branch information
Robin Holt authored and Linus Torvalds committed Apr 3, 2009
1 parent 33f105d commit c514baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 7b8274e93fbabc7534aa51f95551c30aecdd0066
refs/heads/master: 1bc4faa59b0e6aa5ede2d5d8fa74b6e051b31dca
3 changes: 0 additions & 3 deletions trunk/arch/ia64/configs/generic_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
CONFIG_UNEVICTABLE_LRU=y
CONFIG_MMU_NOTIFIER=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_DISCONTIGMEM_ENABLE=y
CONFIG_ARCH_FLATMEM_ENABLE=y
Expand Down Expand Up @@ -416,8 +415,6 @@ CONFIG_SGI_IOC4=y
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_SGI_XP=m
# CONFIG_HP_ILO is not set
CONFIG_SGI_GRU=m
# CONFIG_SGI_GRU_DEBUG is not set
# CONFIG_C2PORT is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ config SGI_XP
depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
select SGI_GRU if (IA64_GENERIC || IA64_SGI_UV || X86_64) && SMP
select SGI_GRU if X86_64 && SMP
---help---
An SGI machine can be divided into multiple Single System
Images which act independently of each other and have
Expand All @@ -189,7 +189,7 @@ config HP_ILO

config SGI_GRU
tristate "SGI GRU driver"
depends on (X86_UV || IA64_SGI_UV || IA64_GENERIC) && SMP
depends on X86_UV && SMP
default n
select MMU_NOTIFIER
---help---
Expand Down

0 comments on commit c514baa

Please sign in to comment.