From f1382dc4850bb459d24a81c6cb0ef93ea7bd4a79 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 18 Mar 1998 17:17:51 +0000 Subject: o Merge with Linux 2.1.90. o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ... --- ipc/util.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ipc/util.c') diff --git a/ipc/util.c b/ipc/util.c index f0ba7fedd..eacea2b62 100644 --- a/ipc/util.c +++ b/ipc/util.c @@ -20,7 +20,7 @@ #include -#if defined(CONFIG_SYSVIPC) || defined(CONFIG_KERNELD) +#if defined(CONFIG_SYSVIPC) extern void sem_init (void), msg_init (void), shm_init (void); @@ -123,7 +123,4 @@ asmlinkage int sys_shmctl (int shmid, int cmd, struct shmid_ds *buf) return -ENOSYS; } -void kerneld_exit(void) -{ -} #endif /* CONFIG_SYSVIPC */ -- cgit v1.2.3