From 342a196627392c808be27a4df1e402e127c19a0a Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 2 Nov 2006 00:26:45 +0000 Subject: Don't unconditionally compile-in the bcache code. It's only used on i386/amd64 and pc98. Remove useless calls to bcache_init() from the ia64 and sparc64 loaders, as well as from the OFW common code. --- sys/boot/ofw/common/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/boot/ofw/common/main.c') diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c index 2fdd293..2a6dd1c 100644 --- a/sys/boot/ofw/common/main.c +++ b/sys/boot/ofw/common/main.c @@ -125,11 +125,6 @@ main(int (*openfirm)(void *)) init_heap(); /* - * Initialise the block cache - */ - bcache_init(32, 512); /* 16k XXX tune this */ - - /* * March through the device switch probing for things. */ for (i = 0; devsw[i] != NULL; i++) -- cgit v1.1