diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-07 15:44:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-07 15:44:48 +0000 |
commit | 2e6a7acbba8f550df59ae72e74dbc0679ff7c83f (patch) | |
tree | e3e7385d90d9a2cbe90f322a798c3c56d456bb35 /sys/arch/mvme68k/stand | |
parent | 121520696ca972f4a2e54108fb16307baa841a0c (diff) |
away, away
Diffstat (limited to 'sys/arch/mvme68k/stand')
-rw-r--r-- | sys/arch/mvme68k/stand/libbug/m88k/prom.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/libbug/m88k/prom.h b/sys/arch/mvme68k/stand/libbug/m88k/prom.h deleted file mode 100644 index 4048e86eaff..00000000000 --- a/sys/arch/mvme68k/stand/libbug/m88k/prom.h +++ /dev/null @@ -1,3 +0,0 @@ -#define MVMEPROM_CALL(x) \ - asm volatile ( __CONCAT("or r9,r0," __STRING(x)) ); \ - asm volatile ("tb0 0,r0,496"); |