Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MN10300: Wire up missing system calls | David Howells | 2009-04-15 | 1 | -0/+2 |
| | | | | | | | Wire up missing system calls preadv() and pwritev(). Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | Separate out the proc- and unit-specific header directories from the general | David Howells | 2009-04-10 | 17 | -867/+4 |
| | | | | | | | | | | | MN10300 arch headers and place them instead in the same directories as contain the .c files for the processor and unit implementations. This permits the symlinks include/asm/proc and include/asm/unit to be dispensed with. This does, however, require that #include <asm/proc/xxx.h> be converted to #include <proc/xxx.h> and similarly for asm/unit -> unit. Signed-off-by: David Howells <dhowells@redhat.com> | ||||
* | Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. | David Howells | 2009-04-10 | 120 | -0/+9109 |
Signed-off-by: David Howells <dhowells@redhat.com> |