Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99396
b: refs/heads/master
c: bf07dc8
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Ingo Molnar committed Jun 12, 2008
1 parent 996fb1a commit e99c628
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 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: 5b80fe8bd732b5dd442118a43e02db22e8fd93e2
refs/heads/master: bf07dc864902b3e788de5ab50dc62d5677da90f2
21 changes: 0 additions & 21 deletions trunk/include/asm-x86/nmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@
*/
int do_nmi_callback(struct pt_regs *regs, int cpu);

#ifdef CONFIG_PM

/** Replace the PM callback routine for NMI. */
struct pm_dev *set_nmi_pm_callback(pm_callback callback);

/** Unset the PM callback routine back to the default. */
void unset_nmi_pm_callback(struct pm_dev *dev);

#else

static inline struct pm_dev *set_nmi_pm_callback(pm_callback callback)
{
return 0;
}

static inline void unset_nmi_pm_callback(struct pm_dev *dev)
{
}

#endif /* CONFIG_PM */

#ifdef CONFIG_X86_64
extern void default_do_nmi(struct pt_regs *);
extern void die_nmi(char *str, struct pt_regs *regs, int do_panic);
Expand Down

0 comments on commit e99c628

Please sign in to comment.