x86: replace hardcoded number
authorGlauber Costa <gcosta@redhat.com>
Fri, 11 Jul 2008 19:06:40 +0000 (16:06 -0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:21:44 +0000 (10:21 +0200)
commit2c460d0b6813a5d2a7d571b0b561e4e727036dd7
treee1a91687a89b0666e3f75646f1d0148cbba6d834
parent461ebd109569d666d367f774f74002add6444d49
x86: replace hardcoded number

Replace "4" in time_32.c code by sizeof(long).
This way, it can work on x86_64 too.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/time_32.c