Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47252
b: refs/heads/master
c: ccbebda
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent 9080674 commit 083e452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 55e747445beec8df1133bb8681c884500546775c
refs/heads/master: ccbebdaccf53ef21663d3bde0ab7b3806d0aeb94
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/crash.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern void ia64_dump_cpu_regs(void *);
static DEFINE_PER_CPU(struct elf_prstatus, elf_prstatus);

void
crash_save_this_cpu()
crash_save_this_cpu(void)
{
void *buf;
unsigned long cfm, sof, sol;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ send_IPI_self (int op)

#ifdef CONFIG_KEXEC
void
kdump_smp_send_stop()
kdump_smp_send_stop(void)
{
send_IPI_allbutself(IPI_KDUMP_CPU_STOP);
}

void
kdump_smp_send_init()
kdump_smp_send_init(void)
{
unsigned int cpu, self_cpu;
self_cpu = smp_processor_id();
Expand Down

0 comments on commit 083e452

Please sign in to comment.