Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11093
b: refs/heads/master
c: ac130ac
h: refs/heads/master
i:
  11091: 7586532
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 6fe737c commit 22a1f21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e50c0a8fa60da9ac0e0a70caa8a3a803815c1f2f
refs/heads/master: ac130ac494522cf71782117b8dd4b6b57e31e5ea
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,17 @@ symbol = value
/*
* Print formatted string
*/
#ifdef CONFIG_PRINTK
#define PRINT(string) \
.set push; \
.set reorder; \
PTR_LA a0,8f; \
jal printk; \
.set pop; \
TEXT(string)
#else
#define PRINT(string)
#endif

#define TEXT(msg) \
.pushsection .data; \
Expand Down

0 comments on commit 22a1f21

Please sign in to comment.