Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87014
b: refs/heads/master
c: b2839ed
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 6, 2008
1 parent e0b114e commit b3d4f17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 8b03c040e4efaaad3fc09f07f6af6e449205c75a
refs/heads/master: b2839ed83f54d40870747ac8d655504dff63d1c5
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static void __init dsp_init(void)
* and cache configuration in detect_cpu_and_cache_system().
*/

asmlinkage void __cpuinit sh_cpu_init(void)
asmlinkage void __init sh_cpu_init(void)
{
current_thread_info()->cpu = hard_smp_processor_id();

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/io_trapped.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EXPORT_SYMBOL_GPL(trapped_mem);
#endif
static DEFINE_SPINLOCK(trapped_lock);

int __init register_trapped_io(struct trapped_io *tiop)
int register_trapped_io(struct trapped_io *tiop)
{
struct resource *res;
unsigned long len = 0, flags = 0;
Expand Down

0 comments on commit b3d4f17

Please sign in to comment.