diff options
Diffstat (limited to 'sys/arch/mvmeppc/include/prom.h')
-rw-r--r-- | sys/arch/mvmeppc/include/prom.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mvmeppc/include/prom.h b/sys/arch/mvmeppc/include/prom.h index 89403f4b56a..a089e625db2 100644 --- a/sys/arch/mvmeppc/include/prom.h +++ b/sys/arch/mvmeppc/include/prom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: prom.h,v 1.4 2003/06/02 07:07:25 deraadt Exp $ */ +/* $OpenBSD: prom.h,v 1.5 2004/01/24 21:10:31 miod Exp $ */ /* * Copyright (c) 2001 Steve Murphree, Jr. * All rights reserved. @@ -350,10 +350,6 @@ struct mvmeprom_args { #endif -#define MVMEPROM_CALL(x) \ - __asm__ __volatile__ ( __CONCAT("addi 10,0,",__STRING(x)) ); \ - __asm__ __volatile__ ("sc"); - #define MVMEPROM_REG_CTRLLUN "3" #define MVMEPROM_REG_DEVLUN "4" #define MVMEPROM_REG_SCSUPP "5" |