Deleted Added
full compact
cpufunc.h (1056) cpufunc.h (1321)
1/*
2 * Functions to provide access to special i386 instructions.
3 * XXX - bezillions more are defined in locore.s but are not declared anywhere.
4 *
1/*
2 * Functions to provide access to special i386 instructions.
3 * XXX - bezillions more are defined in locore.s but are not declared anywhere.
4 *
5 * $Id: cpufunc.h,v 1.8 1994/01/31 04:18:45 davidg Exp $
5 * $Id: cpufunc.h,v 1.9 1994/01/31 23:48:23 davidg Exp $
6 */
7
8#ifndef _MACHINE_CPUFUNC_H_
9#define _MACHINE_CPUFUNC_H_ 1
10
11#include <sys/cdefs.h>
12#include <sys/types.h>
13
6 */
7
8#ifndef _MACHINE_CPUFUNC_H_
9#define _MACHINE_CPUFUNC_H_ 1
10
11#include <sys/cdefs.h>
12#include <sys/types.h>
13
14#include "machine/spl.h"
15
14#ifdef __GNUC__
15
16static inline int bdb(void)
17{
18 extern int bdb_exists;
19
20 if (!bdb_exists)
21 return (0);

--- 217 unchanged lines hidden ---
16#ifdef __GNUC__
17
18static inline int bdb(void)
19{
20 extern int bdb_exists;
21
22 if (!bdb_exists)
23 return (0);

--- 217 unchanged lines hidden ---