Include pio.h so that all those drivers that only include cpufunc.h
get the faster io macros/inline code rather than call the routines in support.s This whole area needs some going over.....
This commit is contained in:
parent
3b8a29aebc
commit
e69c40d865
@ -30,7 +30,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: cpufunc.h,v 1.20 1994/09/02 04:12:16 davidg Exp $
|
||||
* $Id: cpufunc.h,v 1.21 1994/09/15 16:27:12 paul Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -46,6 +46,8 @@
|
||||
|
||||
#include <machine/spl.h>
|
||||
|
||||
#include <machine/pio.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
static inline int bdb(void)
|
||||
|
@ -30,7 +30,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: cpufunc.h,v 1.20 1994/09/02 04:12:16 davidg Exp $
|
||||
* $Id: cpufunc.h,v 1.21 1994/09/15 16:27:12 paul Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -46,6 +46,8 @@
|
||||
|
||||
#include <machine/spl.h>
|
||||
|
||||
#include <machine/pio.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
static inline int bdb(void)
|
||||
|
Loading…
Reference in New Issue
Block a user