Date: Thu, 23 Nov 2000 07:20:04 -0800 From: Julian Elischer <julian@elischer.org> To: smp@freebsd.org Subject: duplicated fields in proc.c Message-ID: <3A1D35A4.EEE78A42@elischer.org>
next in thread | raw e-mail | index | archive | help
The following lines appear twice in proc.c in the same structure. (once commented out). I presume this is someone's typo? LIST_HEAD(ihhead, intrhand) it_ihhead; LIST_HEAD(srchead, isrc) it_isrchead; /* Fields used by all interrupt threads */ LIST_ENTRY(ithd) it_list; /* All interrupt threads */ -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A1D35A4.EEE78A42>