Sat Jan 22 19:27:44 2011 UTC ()
Make __SIMPLELOCK_RAW_UNLOCKED available.


(skrll)
diff -r1.26 -r1.27 src/sys/arch/hp700/hp700/genassym.cf

cvs diff -r1.26 -r1.27 src/sys/arch/hp700/hp700/Attic/genassym.cf (expand / switch to unified diff)

--- src/sys/arch/hp700/hp700/Attic/genassym.cf 2011/01/22 10:57:07 1.26
+++ src/sys/arch/hp700/hp700/Attic/genassym.cf 2011/01/22 19:27:43 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: genassym.cf,v 1.26 2011/01/22 10:57:07 skrll Exp $ 1# $NetBSD: genassym.cf,v 1.27 2011/01/22 19:27:43 skrll Exp $
2 2
3# $OpenBSD: genassym.cf,v 1.18 2001/09/20 18:31:14 mickey Exp $ 3# $OpenBSD: genassym.cf,v 1.18 2001/09/20 18:31:14 mickey Exp $
4 4
5# 5#
6# Copyright (c) 1982, 1990, 1993 6# Copyright (c) 1982, 1990, 1993
7# The Regents of the University of California. All rights reserved. 7# The Regents of the University of California. All rights reserved.
8# 8#
9# Redistribution and use in source and binary forms, with or without 9# Redistribution and use in source and binary forms, with or without
10# modification, are permitted provided that the following conditions 10# modification, are permitted provided that the following conditions
11# are met: 11# are met:
12# 1. Redistributions of source code must retain the above copyright 12# 1. Redistributions of source code must retain the above copyright
13# notice, this list of conditions and the following disclaimer. 13# notice, this list of conditions and the following disclaimer.
14# 2. Redistributions in binary form must reproduce the above copyright 14# 2. Redistributions in binary form must reproduce the above copyright
@@ -67,26 +67,27 @@ include  @@ -67,26 +67,27 @@ include
67 67
68include <hp700/hp700/intr.h> 68include <hp700/hp700/intr.h>
69 69
70include <hppa/hppa/hpt.h> 70include <hppa/hppa/hpt.h>
71 71
72# general constants 72# general constants
73export PAGE_SIZE 73export PAGE_SIZE
74export PGSHIFT 74export PGSHIFT
75export USRSTACK 75export USRSTACK
76export HPPA_PID_KERNEL 76export HPPA_PID_KERNEL
77export HPPA_SID_KERNEL 77export HPPA_SID_KERNEL
78export VM_MAXUSER_ADDRESS 78export VM_MAXUSER_ADDRESS
79export HPPA_LDCW_ALIGN 79export HPPA_LDCW_ALIGN
 80export __SIMPLELOCK_RAW_UNLOCKED
80 81
81# `break' entry points 82# `break' entry points
82export HPPA_BREAK_KERNEL 83export HPPA_BREAK_KERNEL
83export HPPA_BREAK_GET_PSW 84export HPPA_BREAK_GET_PSW
84export HPPA_BREAK_SET_PSW 85export HPPA_BREAK_SET_PSW
85 86
86# hp700_int_reg fields 87# hp700_int_reg fields
87struct hp700_int_reg 88struct hp700_int_reg
88member INT_REG_REQ int_reg_req 89member INT_REG_REQ int_reg_req
89member INT_REG_BITS_MAP int_reg_bits_map 90member INT_REG_BITS_MAP int_reg_bits_map
90export INT_REG_BIT_REG 91export INT_REG_BIT_REG
91 92
92# struct cpu_info fields 93# struct cpu_info fields