Oct. 24, 2013
4:05 p.m.
On Wed, 23 Oct 2013 18:24:24 +0530, Saket Sinha said:
'#ifdef CONFIG_X86_64 is working for me but I couldn't find it being used by drivers in the kernel source tree so I guessed people were doing it by some better, smarter method.
The "better smarter method" is almost always "write code that's 32/64 bit clean". What exactly were you doing that 32 or 64 bit actually mattered?