Commit b970fb0f authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Random whitespace tweaks in v850 files

Random whitespace tweaks in v850 files
parent a5172f6f
...@@ -24,7 +24,7 @@ static int cpuinfo_print (struct seq_file *m, void *v) ...@@ -24,7 +24,7 @@ static int cpuinfo_print (struct seq_file *m, void *v)
#else #else
seq_printf (m, "CPU-Model: %s\n", CPU_MODEL); seq_printf (m, "CPU-Model: %s\n", CPU_MODEL);
#endif #endif
#ifdef CPU_CLOCK_FREQ #ifdef CPU_CLOCK_FREQ
seq_printf (m, "CPU-Clock: %ld (%ld MHz)\n", seq_printf (m, "CPU-Clock: %ld (%ld MHz)\n",
(long)CPU_CLOCK_FREQ, (long)CPU_CLOCK_FREQ,
......
...@@ -398,8 +398,8 @@ extern inline pid_t wait(int * wait_stat) ...@@ -398,8 +398,8 @@ extern inline pid_t wait(int * wait_stat)
/* /*
* "Conditional" syscalls * "Conditional" syscalls
*/ */
#define cond_syscall(name) \ #define cond_syscall(name) \
asm (".weak\t" C_SYMBOL_STRING(name) ";" \ asm (".weak\t" C_SYMBOL_STRING(name) ";" \
".set\t" C_SYMBOL_STRING(name) "," C_SYMBOL_STRING(sys_ni_syscall)); ".set\t" C_SYMBOL_STRING(name) "," C_SYMBOL_STRING(sys_ni_syscall));
#if 0 #if 0
/* This doesn't work if there's a function prototype for NAME visible, /* This doesn't work if there's a function prototype for NAME visible,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment