Skip to content

Commit

Permalink
[PATCH] x86_64: Set compatibility flag for 4GB zone on IA64
Browse files Browse the repository at this point in the history
IA64 traditionally had a 4GB DMA32 zone. Set the compatibility flag
to keep old drivers working.

For new drivers it would be better to use ZONE_DMA32 now.

Cc: tony.luck@intel.com
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Nov 15, 2005
1 parent a2f1b42 commit d1e3dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ config IA64_UNCACHED_ALLOCATOR
bool
select GENERIC_ALLOCATOR

config ZONE_DMA_IS_DMA32
bool
default y

choice
prompt "System type"
default IA64_GENERIC
Expand Down

0 comments on commit d1e3dfd

Please sign in to comment.