[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need help in 64-bit code
Hi,
Le Fri, 05 May 2006 18:02:48 +0530,
sudheer <urwithsudheer@xxxxxxxxx> a écrit :
> To have the compatability i have used the macro CONFIG_X86_64 in
> .config .
Why do you need to differentiate code executed on 32 bits platforms
from code executed on 64 bits platform ? Generally speaking, your code
should be portable, and not rely on CONFIG_X86_64 or other options of
the same kind.
Sincerly,
Thomas
--
Thomas Petazzoni - thomas.petazzoni@xxxxxxxx
http://{thomas,sos,kos}.enix.org - http://www.toulibre.org
http://www.{livret,agenda}dulibre.org
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/