Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
36396f3c
Commit
36396f3c
authored
Sep 25, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
e584ade1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
include/asm-mips/hazards.h
include/asm-mips/hazards.h
+1
-1
include/asm-mips/mach-excite/excite.h
include/asm-mips/mach-excite/excite.h
+1
-1
include/asm-mips/sibyte/sb1250_defs.h
include/asm-mips/sibyte/sb1250_defs.h
+3
-3
include/asm-mips/sibyte/sb1250_scd.h
include/asm-mips/sibyte/sb1250_scd.h
+1
-1
No files found.
include/asm-mips/hazards.h
View file @
36396f3c
...
...
@@ -11,7 +11,7 @@
#define _ASM_HAZARDS_H
#ifdef __ASSEMBL
ER
__
#ifdef __ASSEMBL
Y
__
#define ASMMACRO(name, code...) .macro name; code; .endm
#else
...
...
include/asm-mips/mach-excite/excite.h
View file @
36396f3c
...
...
@@ -7,7 +7,7 @@
#define EXCITE_CPU_EXT_CLOCK 100000000
#if !defined(__ASSEMBL
ER
__)
#if !defined(__ASSEMBL
Y
__)
void
__init
excite_kgdb_init
(
void
);
void
excite_procfs_init
(
void
);
extern
unsigned
long
memsize
;
...
...
include/asm-mips/sibyte/sb1250_defs.h
View file @
36396f3c
...
...
@@ -212,7 +212,7 @@
* Note: you'll need to define uint32_t and uint64_t in your headers.
*/
#if !defined(__ASSEMBL
ER
__)
#if !defined(__ASSEMBL
Y
__)
#define _SB_MAKE64(x) ((uint64_t)(x))
#define _SB_MAKE32(x) ((uint32_t)(x))
#else
...
...
@@ -251,9 +251,9 @@
*/
#if defined(__mips64) && !defined(__ASSEMBL
ER
__)
#if defined(__mips64) && !defined(__ASSEMBL
Y
__)
#define SBWRITECSR(csr,val) *((volatile uint64_t *) PHYS_TO_K1(csr)) = (val)
#define SBREADCSR(csr) (*((volatile uint64_t *) PHYS_TO_K1(csr)))
#endif
/* __ASSEMBL
ER
__ */
#endif
/* __ASSEMBL
Y
__ */
#endif
include/asm-mips/sibyte/sb1250_scd.h
View file @
36396f3c
...
...
@@ -149,7 +149,7 @@
* (For the assembler version, sysrev and dest may be the same register.
* Also, it clobbers AT.)
*/
#ifdef __ASSEMBL
ER
__
#ifdef __ASSEMBL
Y
__
#define SYS_SOC_TYPE(dest, sysrev) \
.set push ; \
.set reorder ; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment