Define _KERNEL as this grubs around where no userland should go.

This commit is contained in:
obrien 2001-08-16 20:47:01 +00:00
parent 45966c7e37
commit baed2979f0
2 changed files with 4 additions and 0 deletions

View File

@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <machine/pcb.h>
#include <machine/tss.h>
#include <machine/frame.h>
#define _KERNEL
#include <machine/globaldata.h>
#undef _KERNEL
static void kcore_files_info PARAMS ((struct target_ops *));

View File

@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <machine/pcb.h>
#include <machine/tss.h>
#include <machine/frame.h>
#define _KERNEL
#include <machine/globaldata.h>
#undef _KERNEL
static void kcore_files_info PARAMS ((struct target_ops *));