Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccbebdac authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] arch/ia64: ansify

parent 55e74744
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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();