From: notaz Date: Tue, 13 Oct 2009 10:09:27 +0000 (+0000) Subject: rm unused file X-Git-Tag: v1.85~237 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c67e7ad99a5891340f92eb86f0d24e0975eca90;p=picodrive.git rm unused file git-svn-id: file:///home/notaz/opt/svn/PicoDrive@813 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/cpu/drc/cmn_arm.S b/cpu/drc/cmn_arm.S deleted file mode 100644 index 39d385d..0000000 --- a/cpu/drc/cmn_arm.S +++ /dev/null @@ -1,25 +0,0 @@ -@ vim:filetype=armasm - -.if 0 -#include "cmn.h" -.endif - -.global tcache -.global ssp_block_table -.global ssp_block_table_iram - -@ translation cache buffer + pointer table -.data -.align 12 @ 4096 -@.size tcache, SSP_TCACHE_SIZE -@.size ssp_block_table, SSP_BLOCKTAB_SIZE -@.size ssp_block_table_iram, SSP_BLOCKTAB_IRAM_SIZE -tcache: - .space SSP_TCACHE_SIZE -ssp_block_table: - .space SSP_BLOCKTAB_SIZE -ssp_block_table_iram: - .space SSP_BLOCKTAB_IRAM_SIZE - .space SSP_BLOCKTAB_ALIGN_SIZE - - diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 6de8dd9..0fc42c3 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -118,7 +118,6 @@ OBJS += cpu/sh2/mame/sh2pico.o else endif OBJS += cpu/drc/cmn.o -OBJS += cpu/drc/cmn_arm.o vpath %.c = ../.. vpath %.s = ../..