[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Gnumach: spl.h vs machspl.h
From: |
Barry deFreese |
Subject: |
Gnumach: spl.h vs machspl.h |
Date: |
Fri, 10 Nov 2006 13:39:53 -0500 |
Hi again folks,
OK, I am confused by something else. (I know big surprise :-) ).
i386/i386/spl.h
#include ipl.h
i386/i386/ipl.h
#ifdef __ASSEMBLER__
#include <i386/machspl.h>
...
i386/i386/machspl.h
/* XXX replaced by... */
#include <i386/spl.h>
First question is, is this an issue? machspl.h doesn't seem to have any
#ifdef _I386_MACHSPL_H_ wrapper around it.
Second question, is: Should machspl.h just be dropped and replace all
instances with spl.h?
Thanks as always!
Barry deFreese (aka bddebian)
- Gnumach: spl.h vs machspl.h,
Barry deFreese <=