| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2002-08-12 | [PATCH] UML patch fixup | Jeff Dike | 1 | -4/+0 | |
| When you reverted the stringify changes I sent last time, you missed removing a comment, which is now grossly wrong. This patch finishes the job. | |||||
| 2002-08-03 | Undo "stringify()" changes, since they don't work with | Linus Torvalds | 1 | -2/+2 | |
| various compilers | |||||
| 2002-08-03 | [PATCH] UML preparation - linkage.h | Jeff Dike | 1 | -2/+6 | |
| This a preparatory patch which allows UML to avoid changing linux/linkage.h. It restructures linkage.h so that all of the arch-specific stuff is in asm-*/linkage.h. linux/linkage.h is now arch independent. It should be functionally unchanged. Five arches, i386, ia64, sh, m68k, and arm, have non-empty linkage.h files. The other arch linkage.h files are all empty. Also, __ALIGN_STR is no longer defined independently of __ALIGN. It is now derived by stringizing __ALIGN. Following a suggestion by Keith Owens, stringify.h was generalized to allow commas in its argument, linkage.h now includes it, and no longer defines its own stringify macros. | |||||
| 2002-02-08 | [PATCH] text.lock -> subsection changes. | Dave Jones | 1 | -0/+12 | |
| Make spinlocks etc use subsections of their parent sections instead of an ELF section of their own - needed for newer binutils when the parent sector is removed. | |||||
