12 Dec, 2006
1 commit
-
gcc 4 for sh changes the names of some compiler intrinsic functions
and adds some additional ones. This patch adds the new ones, and
fixes up various module symbol resolution issues.Signed-off-by: Stuart Menefy
Signed-off-by: Paul Mundt
08 Dec, 2006
1 commit
-
The new shared APM emulation just like its ARM and MIPS predecessors uses
pm_suspend() which was only exported on SH. Move export to close to it's
definition where it really should be anyway.Signed-off-by: Ralf Baechle
Cc: Russell King
Cc: Paul Mundt
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
06 Dec, 2006
1 commit
-
This fixes up the kernel for gcc4. The existing exception handlers
needed some wrapping for pt_regs access, acessing the registers
via a RELOC_HIDE() pointer.The strcpy() issues popped up here too, so add -ffreestanding and
kill off the symbol export.Signed-off-by: Stuart Menefy
Signed-off-by: Paul Mundt
03 Dec, 2006
1 commit
-
Signed-off-by: Al Viro
Signed-off-by: David S. Miller
03 Oct, 2006
1 commit
-
Get all of the defconfigs building again.
Signed-off-by: Paul Mundt
27 Sep, 2006
7 commits
-
This adds support for the aforementioned CPU subtypes, and cleans
up some build issues encountered as a result.Signed-off-by: Paul Mundt
-
A few more outstanding nommu fixups..
Signed-off-by: Yoshinori Sato
Signed-off-by: Paul Mundt -
Nothing exciting here, just trivial fixes..
Signed-off-by: Paul Mundt
-
This adds some simple PM stubs and the basic APM interfaces,
primarily for use by hp6xx, where the existing userland
expects it.Signed-off-by: Andriy Skulysh
Signed-off-by: Paul Mundt -
ioremap() overhaul. Add support for transparent PMB mapping, get rid of
p3_ioremap(), etc. Also drop ioremap() and iounmap() routines from the
machvec, as everyone can use the generic ioremap() API instead. For PCI
memory apertures and other special cases, use the pci_iomap() API, as
boards are already required to get the mapping right there.Signed-off-by: Paul Mundt
-
Some modules seem to need this, so we export it..
Signed-off-by: Paul Mundt
-
We had quite a bit of whitespace damage, clean most of it up..
Signed-off-by: Stuart Menefy
Signed-off-by: Arthur Othieno
Signed-off-by: Paul Mundt
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
11 Apr, 2006
1 commit
-
While cleaning up parisc_ksyms.c earlier, I noticed that strpbrk wasn't
being exported from lib/string.c. Investigating further, I noticed a
changeset that removed its export and added it to _ksyms.c on a few more
architectures. The justification was that "other arches do it."I think this is wrong, since no architecture currently defines
__HAVE_ARCH_STRPBRK, there's no reason for any of them to be exporting it
themselves. Therefore, consolidate the export to lib/string.c.Signed-off-by: Kyle McMartin
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
11 Jan, 2006
1 commit
-
)
From: Adrian Bunk
- create one common dump_thread() prototype in kernel.h
- dump_thread() is only used in fs/binfmt_aout.c and can therefore be
removed on all architectures where CONFIG_BINFMT_AOUT is not
availableSigned-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
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!