Messages in this thread |  | | Subject | [PATCH] UML updated to 2.5.59 | Date | Wed, 05 Feb 2003 22:12:55 -0500 | From | Jeff Dike <> |
| |
Please pull http://jdike.stearns.org:5000/updates-2.5
This makes a number of small changes that bring UML up to date to 2.5.59.
Jeff
arch/um/Kconfig | 11 +++ arch/um/defconfig | 128 ++++++++++++++++++++-------------------- arch/um/kernel/ksyms.c | 1 arch/um/kernel/process.c | 18 ++--- arch/um/kernel/smp.c | 5 - arch/um/kernel/sys_call_table.c | 2 arch/um/sys-i386/Makefile | 3 arch/um/sys-i386/extable.c | 30 +++++++++ arch/um/sys-i386/fault.c | 2 arch/um/vmlinux.lds.S | 11 +++ include/asm-um/bug.h | 18 +++++ include/asm-um/module.h | 9 ++ include/asm-um/page.h | 17 ----- 13 files changed, 159 insertions(+), 96 deletions(-)
ChangeSet@1.962, 2003-01-19 11:31:54-05:00, jdike@uml.karaya.com Added vmlinux.lds.S which is now necessary for linking the vmlinux object file.
ChangeSet@1.960, 2003-01-18 13:10:06-05:00, jdike@uml.karaya.com Changed some CONFIG_* names to UML_CONFIG_* names.
ChangeSet@1.959, 2003-01-17 22:23:36-05:00, jdike@uml.karaya.com Some SMP fixes.
ChangeSet@1.958, 2003-01-17 14:54:10-05:00, jdike@uml.karaya.com Fixed asm/modules.h to update UML to 2.5.59.
ChangeSet@1.914.15.1, 2003-01-16 10:44:25-05:00, jdike@uml.karaya.com Updates to bring UML up to 2.5.58.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |