From fd5f3a269c52798189e67265765ffa7b942aea9d Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 6 Dec 1994 22:01:16 +0000 Subject: Finish removing `#ifdef STATCLOCK'. Not removing it properly here probably broke (only) the association of interrupts with strings in vmstat output. --- usr.sbin/config/mkglue.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/config/mkglue.c b/usr.sbin/config/mkglue.c index b36870e..aa5ecfe 100644 --- a/usr.sbin/config/mkglue.c +++ b/usr.sbin/config/mkglue.c @@ -358,16 +358,8 @@ vector() fprintf(fp, " */\n\n"); fprintf(fp, "#define\tDEVICE_NAMES \"\\\n"); fprintf(fp, "clk0 irqnn\\0\\\n"); -#ifdef STATCLOCK - /* - * XXX _all_ devices should be configured so that there is no need - * for kludges like this. - */ fprintf(fp, "rtc0 irqnn\\0\\\n"); dev_id = 2; -#else - dev_id = 1; -#endif vector_devtab(fp, "bio", &dev_id); vector_devtab(fp, "tty", &dev_id); vector_devtab(fp, "net", &dev_id); @@ -394,4 +386,3 @@ vector_devtab(fp, table, dev_idp) (*dev_idp)++; } } - -- cgit v1.1