← Back to team overview

t-kernel team mailing list archive

[PATCH] monitor: remove _in_asm_source_ define in source

 

From: Du Huanpeng <u74147@xxxxxxxxx>

Signed-off-by: Du Huanpeng <u74147@xxxxxxxxx>
---
 tkernel_source/monitor/hwdepend/arm/cpu/cpuctrl2.S             | 1 -
 tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S         | 1 -
 tkernel_source/monitor/hwdepend/arm/cpu/eitent.S               | 1 -
 tkernel_source/monitor/hwdepend/arm/cpu/monhdr.S               | 1 -
 tkernel_source/monitor/hwdepend/arm/cpu/reset-reset.S          | 1 -
 tkernel_source/monitor/hwdepend/arm/cpu/reset-setupc.S         | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-acd2/memattr.S        | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-acd2/reset-lowlevel.S | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-asm9/memattr.S        | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-asm9/reset-lowlevel.S | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-em1d/memattr.S        | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-em1d/reset.S          | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-mx28/memattr.S        | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-mx28/reset-lowlevel.S | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-sam9/memattr.S        | 1 -
 tkernel_source/monitor/hwdepend/arm/mach-sam9/reset-lowlevel.S | 1 -
 tkernel_source/monitor/hwdepend/mips/mach-m150/boot/eitent.S   | 1 -
 17 files changed, 17 deletions(-)

diff --git a/tkernel_source/monitor/hwdepend/arm/cpu/cpuctrl2.S b/tkernel_source/monitor/hwdepend/arm/cpu/cpuctrl2.S
index b57931c..84f2bcb 100644
--- a/tkernel_source/monitor/hwdepend/arm/cpu/cpuctrl2.S
+++ b/tkernel_source/monitor/hwdepend/arm/cpu/cpuctrl2.S
@@ -19,7 +19,6 @@
  *
  *       Assume that system control processor (CP15) exists.
  */
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S b/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S
index b389210..2c4c794 100644
--- a/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S
+++ b/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S
@@ -42,7 +42,6 @@
  */
 
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/cpu/eitent.S b/tkernel_source/monitor/hwdepend/arm/cpu/eitent.S
index 846f70c..0d1c707 100644
--- a/tkernel_source/monitor/hwdepend/arm/cpu/eitent.S
+++ b/tkernel_source/monitor/hwdepend/arm/cpu/eitent.S
@@ -18,7 +18,6 @@
  *       EM1D512 (ARM1176JZF-S) exception branch handling
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/cpu/monhdr.S b/tkernel_source/monitor/hwdepend/arm/cpu/monhdr.S
index 77be309..5b582e3 100755
--- a/tkernel_source/monitor/hwdepend/arm/cpu/monhdr.S
+++ b/tkernel_source/monitor/hwdepend/arm/cpu/monhdr.S
@@ -18,7 +18,6 @@
  *       Monitor handler (after ARMv6)
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <sys/sysinfo.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/cpu/reset-reset.S b/tkernel_source/monitor/hwdepend/arm/cpu/reset-reset.S
index eebd252..b83c67e 100644
--- a/tkernel_source/monitor/hwdepend/arm/cpu/reset-reset.S
+++ b/tkernel_source/monitor/hwdepend/arm/cpu/reset-reset.S
@@ -23,7 +23,6 @@
  *	 Remove machine/board related things.
  */
 
-#define	_in_asm_source_
 #define puts_ll printk
 
 #include <machine.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/cpu/reset-setupc.S b/tkernel_source/monitor/hwdepend/arm/cpu/reset-setupc.S
index 40e9a7d..12c85fe 100644
--- a/tkernel_source/monitor/hwdepend/arm/cpu/reset-setupc.S
+++ b/tkernel_source/monitor/hwdepend/arm/cpu/reset-setupc.S
@@ -20,7 +20,6 @@
  *	 Setup C environment.
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-acd2/memattr.S b/tkernel_source/monitor/hwdepend/arm/mach-acd2/memattr.S
index eb1fa2e..9184c0d 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-acd2/memattr.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-acd2/memattr.S
@@ -17,7 +17,6 @@
  *
  *       manipulation of page table
  */
-#define _in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-acd2/reset-lowlevel.S b/tkernel_source/monitor/hwdepend/arm/mach-acd2/reset-lowlevel.S
index 4f4b0eb..8d5dcaf 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-acd2/reset-lowlevel.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-acd2/reset-lowlevel.S
@@ -21,7 +21,6 @@
  *	Board initial, should place to arch/arm/mach-acd2/.
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-asm9/memattr.S b/tkernel_source/monitor/hwdepend/arm/mach-asm9/memattr.S
index eb1fa2e..9184c0d 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-asm9/memattr.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-asm9/memattr.S
@@ -17,7 +17,6 @@
  *
  *       manipulation of page table
  */
-#define _in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-asm9/reset-lowlevel.S b/tkernel_source/monitor/hwdepend/arm/mach-asm9/reset-lowlevel.S
index 111127c..8779397 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-asm9/reset-lowlevel.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-asm9/reset-lowlevel.S
@@ -21,7 +21,6 @@
  *	Board initial, should place to arch/arm/mach-asm9/.
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-em1d/memattr.S b/tkernel_source/monitor/hwdepend/arm/mach-em1d/memattr.S
index eb1fa2e..9184c0d 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-em1d/memattr.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-em1d/memattr.S
@@ -17,7 +17,6 @@
  *
  *       manipulation of page table
  */
-#define _in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-em1d/reset.S b/tkernel_source/monitor/hwdepend/arm/mach-em1d/reset.S
index 3cd3fc5..ff9bab2 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-em1d/reset.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-em1d/reset.S
@@ -18,7 +18,6 @@
  *       EM1-D512: initial setting after a reset.
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-mx28/memattr.S b/tkernel_source/monitor/hwdepend/arm/mach-mx28/memattr.S
index eb1fa2e..9184c0d 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-mx28/memattr.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-mx28/memattr.S
@@ -17,7 +17,6 @@
  *
  *       manipulation of page table
  */
-#define _in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-mx28/reset-lowlevel.S b/tkernel_source/monitor/hwdepend/arm/mach-mx28/reset-lowlevel.S
index 81a8e6a..c0a6b14 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-mx28/reset-lowlevel.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-mx28/reset-lowlevel.S
@@ -21,7 +21,6 @@
  *	Board initial
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-sam9/memattr.S b/tkernel_source/monitor/hwdepend/arm/mach-sam9/memattr.S
index eb1fa2e..9184c0d 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-sam9/memattr.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-sam9/memattr.S
@@ -17,7 +17,6 @@
  *
  *       manipulation of page table
  */
-#define _in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/arm/mach-sam9/reset-lowlevel.S b/tkernel_source/monitor/hwdepend/arm/mach-sam9/reset-lowlevel.S
index cc409ba..0cd9826 100644
--- a/tkernel_source/monitor/hwdepend/arm/mach-sam9/reset-lowlevel.S
+++ b/tkernel_source/monitor/hwdepend/arm/mach-sam9/reset-lowlevel.S
@@ -21,7 +21,6 @@
  *	Board initial
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/sysdef.h>
diff --git a/tkernel_source/monitor/hwdepend/mips/mach-m150/boot/eitent.S b/tkernel_source/monitor/hwdepend/mips/mach-m150/boot/eitent.S
index d925bde..0ac4af7 100644
--- a/tkernel_source/monitor/hwdepend/mips/mach-m150/boot/eitent.S
+++ b/tkernel_source/monitor/hwdepend/mips/mach-m150/boot/eitent.S
@@ -20,7 +20,6 @@
  *	 M150(MIPS32) exception branch handling
  */
 
-#define	_in_asm_source_
 
 #include <machine.h>
 #include <tk/asm.h>
-- 
1.9.1