[kernel] r8948 - in dists/trunk/linux-2.6/debian/arch: . amd64

Maximilian Attems maks at alioth.debian.org
Sat Jun 9 08:42:20 UTC 2007


Author: maks
Date: Sat Jun  9 08:42:20 2007
New Revision: 8948

Log:
ZONE_DMA32 also amd64 specific put it there,
gets 486 image build to zero warning.


Modified:
   dists/trunk/linux-2.6/debian/arch/amd64/config
   dists/trunk/linux-2.6/debian/arch/config

Modified: dists/trunk/linux-2.6/debian/arch/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/amd64/config	Sat Jun  9 08:42:20 2007
@@ -1,6 +1,7 @@
 CONFIG_X86_64=y
 CONFIG_64BIT=y
 CONFIG_X86=y
+CONFIG_ZONE_DMA32=y
 CONFIG_RWSEM_GENERIC_SPINLOCK=y
 CONFIG_X86_CMPXCHG=y
 CONFIG_GENERIC_ISA_DMA=y

Modified: dists/trunk/linux-2.6/debian/arch/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/config	Sat Jun  9 08:42:20 2007
@@ -1634,7 +1634,6 @@
 CONFIG_SONY_LAPTOP=m
 CONFIG_GFS2_FS_LOCKING_DLM=m
 CONFIG_FIB_RULES=y
-CONFIG_ZONE_DMA32=y
 CONFIG_TIFM_7XX1=m
 CONFIG_PROC_SYSCTL=y
 CONFIG_USB_STORAGE_KARMA=y



More information about the Kernel-svn-changes mailing list