Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173438
b: refs/heads/master
c: 3f375f1
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and Paul Mundt committed Oct 26, 2009
1 parent 603df23 commit d8af9f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f72f7876ae0bc0f018fca140e66aa16fedb57d89
refs/heads/master: 3f375f12ecb9c691dda70bb64b313e55fe6ee4ee
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/irq_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <linux/irqflags.h>
#include <linux/module.h>

void raw_local_irq_restore(unsigned long flags)
void notrace raw_local_irq_restore(unsigned long flags)
{
unsigned long __dummy0, __dummy1;

Expand Down Expand Up @@ -40,7 +40,7 @@ void raw_local_irq_restore(unsigned long flags)
}
EXPORT_SYMBOL(raw_local_irq_restore);

unsigned long __raw_local_save_flags(void)
unsigned long notrace __raw_local_save_flags(void)
{
unsigned long flags;

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/irq_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <linux/module.h>
#include <cpu/registers.h>

void raw_local_irq_restore(unsigned long flags)
void notrace raw_local_irq_restore(unsigned long flags)
{
unsigned long long __dummy;

Expand All @@ -35,7 +35,7 @@ void raw_local_irq_restore(unsigned long flags)
}
EXPORT_SYMBOL(raw_local_irq_restore);

unsigned long __raw_local_save_flags(void)
unsigned long notrace __raw_local_save_flags(void)
{
unsigned long flags;

Expand Down

0 comments on commit d8af9f9

Please sign in to comment.