Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make <asm-generic/statfs.h> suitable for 64-bit platforms. | David Woodhouse | 2008-09-04 | 1 | -0/+4 |
| | | | | | | | | | | | At the moment, 64-bit platforms (other than Alpha) are all redefining things for themselves instead of using <asm-generic/statfs.h>. As is ARM, since it has special requirements w.r.t. padding. Make <asm-generic/statfs.h> more generic, and they can use it directly. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> | ||||
* | alpha: move include/asm-alpha to arch/alpha/include/asm | Linus Torvalds | 2008-08-15 | 129 | -0/+15903 |
Sam Ravnborg did the build-test that the direct header file move works, I'm just committing it. This is a pure move: mkdir arch/alpha/include git mv include/asm-alpha arch/alpha/include/asm with no other changes. Requested-and-tested-by: Sam Ravnborg <sam@ravnborg.org> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |