diff options
Diffstat (limited to 'i386/intel/pmap.c')
-rw-r--r-- | i386/intel/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 43f952b..5c287ec 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -351,8 +351,8 @@ lock_data_t pmap_system_lock; #else /* NCPUS > 1 */ -#define SPLVM(spl) -#define SPLX(spl) +#define SPLVM(spl) ((void)(spl)) +#define SPLX(spl) ((void)(spl)) #define PMAP_READ_LOCK(pmap, spl) SPLVM(spl) #define PMAP_WRITE_LOCK(spl) SPLVM(spl) |