6809: remove dead macros
authorAlan Cox <alan@linux.intel.com>
Fri, 4 May 2018 09:03:26 +0000 (10:03 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 4 May 2018 09:03:26 +0000 (10:03 +0100)
Kernel/platform-coco2/kernel.def
Kernel/platform-coco2cart/kernel.def
Kernel/platform-coco3/kernel.def
Kernel/platform-multicomp09/kernel.def

index ecfc928..3d82baf 100644 (file)
@@ -11,16 +11,3 @@ IDEDATA_L                equ 0xFF58
 
 PROGBASE                    equ 0x8000       ; programs and data start here
 
-; Have these defined so that lowlevel-6809.s can be used as-is
-SAM_USER macro
-       endm
-
-SAM_KERNEL macro
-       endm
-
-SAM_SAVE macro
-       endm
-
-SAM_RESTORE macro
-       endm
-
index 4578795..137d009 100644 (file)
@@ -11,16 +11,3 @@ IDEDATA_L                equ 0xFF58
 
 PROGBASE                    equ 0x8000       ; programs and data start here
 
-; Have these defined so that lowlevel-6809.s can be used as-is
-SAM_USER macro
-       endm
-
-SAM_KERNEL macro
-       endm
-
-SAM_SAVE macro
-       endm
-
-SAM_RESTORE macro
-       endm
-
index c56225a..78ec8e5 100644 (file)
@@ -4,22 +4,6 @@ U_DATA                      equ 0xe000       ; (this is struct u_data from kerne
 U_DATA__TOTALSIZE           equ 0x200        ; 256+256 bytes.
 
 
-;;; We don't need these macros for we have no
-;;; SAM shenanigans on a CoCo3
-
-SAM_USER macro
-       endm
-
-SAM_KERNEL macro
-       endm
-
-SAM_SAVE macro
-       endm
-
-SAM_RESTORE macro
-       endm
-
-
 ;; asm/c shared IDE stuff
 IDEDATA                            equ 0xFF50
 IDEDATA_L                  equ 0xFF58
index c56225a..78ec8e5 100644 (file)
@@ -4,22 +4,6 @@ U_DATA                      equ 0xe000       ; (this is struct u_data from kerne
 U_DATA__TOTALSIZE           equ 0x200        ; 256+256 bytes.
 
 
-;;; We don't need these macros for we have no
-;;; SAM shenanigans on a CoCo3
-
-SAM_USER macro
-       endm
-
-SAM_KERNEL macro
-       endm
-
-SAM_SAVE macro
-       endm
-
-SAM_RESTORE macro
-       endm
-
-
 ;; asm/c shared IDE stuff
 IDEDATA                            equ 0xFF50
 IDEDATA_L                  equ 0xFF58