Sparc does not compile anymore after vhz is applied without this patch. --- ./include/asm-sparc/param.h.orig 2000-10-30 23:34:12.000000000 +0100 +++ ./include/asm-sparc/param.h 2004-08-22 14:02:46.000000000 +0200 @@ -20,6 +20,7 @@ #ifdef __KERNEL__ # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ +# define USER_HZ HZ /* frequency at which times() counts */ #endif #endif --- ./include/asm-sparc64/param.h.orig 2004-08-22 14:04:31.000000000 +0200 +++ ./include/asm-sparc64/param.h 2004-08-22 14:04:46.000000000 +0200 @@ -20,6 +20,7 @@ #ifdef __KERNEL__ # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ +# define USER_HZ HZ /* frequency at which times() counts */ #endif #endif /* _ASMSPARC64_PARAM_H */