Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360679
b: refs/heads/master
c: aa29ec5
h: refs/heads/master
i:
  360677: 6205d40
  360675: adac3aa
  360671: cef124e
v: v3
  • Loading branch information
James Hogan committed Mar 2, 2013
1 parent d633789 commit 7a20e2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 9fb4aa8723f6b332ee3089dc59c9ff7dcf2c0d47
refs/heads/master: aa29ec5f79f61ad880771d53d37a341cc7f5dfa6
3 changes: 3 additions & 0 deletions trunk/arch/metag/kernel/kick.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* the KICK handlers require access to a CPU's pTBI structure. So we
* pass it as an argument.
*/
#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/types.h>
Expand All @@ -48,6 +49,7 @@ void kick_register_func(struct kick_irq_handler *kh)

spin_unlock_irqrestore(&kick_handlers_lock, flags);
}
EXPORT_SYMBOL(kick_register_func);

void kick_unregister_func(struct kick_irq_handler *kh)
{
Expand All @@ -59,6 +61,7 @@ void kick_unregister_func(struct kick_irq_handler *kh)

spin_unlock_irqrestore(&kick_handlers_lock, flags);
}
EXPORT_SYMBOL(kick_unregister_func);

TBIRES
kick_handler(TBIRES State, int SigNum, int Triggers, int Inst, PTBI pTBI)
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/metag/kernel/metag_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ EXPORT_SYMBOL(__do_clear_user);

EXPORT_SYMBOL(pTBI_get);
EXPORT_SYMBOL(meta_memoffset);
EXPORT_SYMBOL(kick_register_func);
EXPORT_SYMBOL(kick_unregister_func);

EXPORT_SYMBOL(clear_page);
EXPORT_SYMBOL(copy_page);
Expand Down

0 comments on commit 7a20e2f

Please sign in to comment.