Back out rev 1.6 (temporarily at least). <machine/asmacros.h> is used
here for getting the #defines for the removal of the leading '_' in symbols in the assembler code. We could probably #include <machine/asnames.h> instead, but everything else seems to use asmacros.h directly as well. Once we convert symbols, this becomes irrelevant.
This commit is contained in:
parent
2b336086eb
commit
eb70c7babf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39714
@ -23,15 +23,13 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: globals.s,v 1.6 1998/06/21 14:45:00 bde Exp $
|
||||
* $Id: globals.s,v 1.7 1998/08/18 07:46:58 msmith Exp $
|
||||
*/
|
||||
|
||||
#include "opt_vm86.h"
|
||||
#include "opt_user_ldt.h"
|
||||
|
||||
#ifndef SMP
|
||||
#include <machine/asmacros.h>
|
||||
#endif
|
||||
#include <machine/pmap.h>
|
||||
|
||||
#include "assym.s"
|
||||
|
Loading…
Reference in New Issue
Block a user