Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79788
b: refs/heads/master
c: 867ab54
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed Jan 30, 2008
1 parent 1d32909 commit 62a2de8
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 231fd906c5e71219bbc32618a8ed8b439d5dde98
refs/heads/master: 867ab545668385b903f9379019000383675c49b3
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/nmi_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static cpumask_t backtrace_mask = CPU_MASK_NONE;
* 0: the lapic NMI watchdog is disabled, but can be enabled
*/
atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */
int panic_on_timeout;
static int panic_on_timeout;

unsigned int nmi_watchdog = NMI_DEFAULT;
static unsigned int nmi_hz = HZ;
Expand Down Expand Up @@ -136,7 +136,7 @@ int __init check_nmi_watchdog (void)
return 0;
}

int __init setup_nmi_watchdog(char *str)
static int __init setup_nmi_watchdog(char *str)
{
int nmi;

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-x86/nmi_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ extern void die_nmi(char *str, struct pt_regs *regs, int do_panic);

#define get_nmi_reason() inb(0x61)

extern int panic_on_timeout;
extern int unknown_nmi_panic;
extern int nmi_watchdog_enabled;

Expand All @@ -57,7 +56,6 @@ extern void enable_timer_nmi_watchdog(void);
extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason);

extern void nmi_watchdog_default(void);
extern int setup_nmi_watchdog(char *);

extern atomic_t nmi_active;
extern unsigned int nmi_watchdog;
Expand Down

0 comments on commit 62a2de8

Please sign in to comment.