26 Jul, 2007
1 commit
-
This patch removes old dead code:
- kill off sh7300 cpu support
- get rid of broken solution engine 7300 board supportSigned-off-by: Magnus Damm
Signed-off-by: Paul Mundt
25 Jul, 2007
1 commit
-
This patch removes old dead code:
- kill off sh73180 cpu support
- get rid of broken solution engine 73180 board supportSigned-off-by: Magnus Damm
Signed-off-by: Paul Mundt
20 Jun, 2007
1 commit
-
This adds basic support for UP SH-X3.
Signed-off-by: Paul Mundt
11 Jun, 2007
1 commit
-
There was a last remaining reference to CPU_SH7604 that broke
the build, kill that off too.Signed-off-by: Paul Mundt
13 Feb, 2007
1 commit
-
There are a lot of bogus cpu_data-> references that only end up working
for the boot CPU, convert these to current_cpu_data to fixup SMP.Signed-off-by: Paul Mundt
12 Dec, 2006
1 commit
-
This adds CPU support for the SH7722.
Signed-off-by: Paul Mundt
06 Dec, 2006
2 commits
-
Simple 7785 placeholders to start hooking up other bits of code.
Signed-off-by: Paul Mundt
-
Mostly SH-2 wrappers..
Signed-off-by: Yoshinori Sato
Signed-off-by: Paul Mundt
02 Oct, 2006
1 commit
-
In some places, particularly drivers and __init code, the init utsns is the
appropriate one to use. This patch replaces those with a the init_utsname
helper.Changes: Removed several uses of init_utsname(). Hope I picked all the
right ones in net/ipv4/ipconfig.c. These are now changed to
utsname() (the per-process namespace utsname) in the previous
patch (2/7)[akpm@osdl.org: CIFS fix]
Signed-off-by: Serge E. Hallyn
Cc: Kirill Korotaev
Cc: "Eric W. Biederman"
Cc: Herbert Poetzl
Cc: Andrey Savochkin
Cc: Serge Hallyn
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
27 Sep, 2006
1 commit
-
Merge support for SH7770 and SH7780 SH-4A subtypes.
Signed-off-by: Paul Mundt
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!