mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Don't include <machine/_regset.h> when _MACHINE_REGSET_H_ in defined.
This is not for multiple inclusion purposes, because _regset.h already handles this, but to enable inclusion of the MD header by cross-tools on non-ia64 installations. The cross-tool can include _regset.h itself before including MD headers that depend on it.
This commit is contained in:
parent
531a1a4b2c
commit
c50679660e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205428
@ -29,7 +29,9 @@
|
||||
#ifndef _MACHINE_FRAME_H_
|
||||
#define _MACHINE_FRAME_H_
|
||||
|
||||
#ifndef _MACHINE_REGSET_H_
|
||||
#include <machine/_regset.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Software trap, exception, and syscall frame.
|
||||
|
@ -30,7 +30,9 @@
|
||||
#ifndef _MACHINE_PCB_H_
|
||||
#define _MACHINE_PCB_H_
|
||||
|
||||
#ifndef _MACHINE_REGSET_H_
|
||||
#include <machine/_regset.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* PCB: process control block
|
||||
|
Loading…
Reference in New Issue
Block a user