Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336012
b: refs/heads/master
c: f93a1a0
h: refs/heads/master
v: v3
  • Loading branch information
Al Cooper authored and Ralf Baechle committed Nov 23, 2012
1 parent eafe861 commit 2d06064
Show file tree
Hide file tree
Showing 2 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: 0ec7ec75f674dbf48010081383263771f2611e72
refs/heads/master: f93a1a00f2bd550f86fd1a9f83c493755aecd15f
8 changes: 4 additions & 4 deletions trunk/arch/mips/lib/mips-atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ __asm__(
" .set pop \n"
" .endm \n");

void arch_local_irq_disable(void)
notrace void arch_local_irq_disable(void)
{
preempt_disable();
__asm__ __volatile__(
Expand Down Expand Up @@ -93,7 +93,7 @@ __asm__(
" .set pop \n"
" .endm \n");

unsigned long arch_local_irq_save(void)
notrace unsigned long arch_local_irq_save(void)
{
unsigned long flags;
preempt_disable();
Expand Down Expand Up @@ -135,7 +135,7 @@ __asm__(
" .set pop \n"
" .endm \n");

void arch_local_irq_restore(unsigned long flags)
notrace void arch_local_irq_restore(unsigned long flags)
{
unsigned long __tmp1;

Expand All @@ -159,7 +159,7 @@ void arch_local_irq_restore(unsigned long flags)
EXPORT_SYMBOL(arch_local_irq_restore);


void __arch_local_irq_restore(unsigned long flags)
notrace void __arch_local_irq_restore(unsigned long flags)
{
unsigned long __tmp1;

Expand Down

0 comments on commit 2d06064

Please sign in to comment.