| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-01-30 | x86: add _AT() macro to conditionally cast | Jeremy Fitzhardinge | 1 | -0/+5 | |
| # HG changeset patch # User Jeremy Fitzhardinge <[email protected]> # Date 1199317452 28800 # Node ID f7e7db3facd9406545103164f9be8f9ba1a2b549 # Parent 4d9a413a0f4c1d98dbea704f0366457b5117045d x86: add _AT() macro to conditionally cast Define _AT(type, value) to conditionally cast a value when compiling C code, but not when used in assembler. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2007-05-08 | consolidate asm/const.h to linux/const.h | Randy Dunlap | 1 | -0/+19 | |
| Make a global linux/const.h header file instead of having multiple, per-arch files, and convert current users of asm/const.h to use linux/const.h. Built on x86_64 and sparc64. [[email protected]: fix include/asm-x86_64/Kbuild] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: David S. Miller <[email protected]> Cc: Andi Kleen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||