Skip to content

Commit

Permalink
sh: Fix up user_fpu_struct typo for SH-5.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 5db141a commit fb8e569
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 220 deletions.
33 changes: 0 additions & 33 deletions arch/sh64/kernel/asm-offsets.c

This file was deleted.

46 changes: 0 additions & 46 deletions arch/sh64/kernel/init_task.c

This file was deleted.

140 changes: 0 additions & 140 deletions arch/sh64/kernel/semaphore.c

This file was deleted.

2 changes: 1 addition & 1 deletion include/asm-sh/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/

#if defined(__SH5__) || defined(CONFIG_CPU_SH5)
struct user fpu_struct {
struct user_fpu_struct {
unsigned long fp_regs[32];
unsigned int fpscr;
};
Expand Down

0 comments on commit fb8e569

Please sign in to comment.