Re: ANK's PSCHED_TDIFF_SAFE change unmasked old bug (~0UL != 0xFFFFFFFF)
From: Thomas 'Dent' Mirlacher <hidden>
Date: 2002-05-16 14:35:31
From: Thomas 'Dent' Mirlacher <hidden>
Date: 2002-05-16 14:35:31
--snip/snip
Probably the test should be changed. I'm not sure how. How to detect that long is 64 bit in cpp ?
by using BITS_PER_LONG (which is defined in include/asm/types.h) tm -- in some way i do, and in some way i don't.