Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | agp: kill phys_to_gart() and gart_to_phys() | David Woodhouse | 2009-08-03 | 1 | -4/+0 |
| | | | | | | | There seems to be no reason for these -- they're a 1:1 mapping on all platforms. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> | ||||
* | alpha: move include/asm-alpha to arch/alpha/include/asm | Linus Torvalds | 2008-08-15 | 1 | -0/+22 |
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> |