Re: [PATCH 10/14] FRV: Make calibrate_delay() optional

From: Christoph Hellwig
Date: Tue Nov 02 2004 - 04:43:38 EST


> + * GK 2/5/95 - Changed to support mounting root fs via NFS
> + * Added initrd & change_root: Werner Almesberger & Hans Lermen, Feb '96
> + * Moan early if gcc is old, avoiding bogus kernels - Paul Gortmaker, May '96
> + * Simplified starting of init: Michael A. Griffith <grif@xxxxxxx>

this changelog certainly does not apply to the delay loop calibration.

> lib-y := errno.o ctype.o string.o vsprintf.o cmdline.o \
> bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \
> kobject.o kref.o idr.o div64.o parser.o int_sqrt.o \
> - bitmap.o extable.o kobject_uevent.o find_next_bit.o
> + bitmap.o extable.o kobject_uevent.o find_next_bit.o \
> + calibrate.o

any reason it's in lib? Better move this to kernel and properly compile
it conditionally.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/