linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] [PATCH]: 2.6.2-rc2: kill arch/um/sys-i386/extable.c
@ 2004-01-27 13:56 Nikita Danilov
  2004-02-13 21:40 ` [uml-devel] " Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Nikita Danilov @ 2004-01-27 13:56 UTC (permalink / raw)
  To: Jeff Dike; +Cc: user-mode-linux-devel

Hello,

2.6.2-rc2 moved search_extable() into generic code (lib/extable.c), so
there is no need to duplicate i386's version in the UML.

Patch attached removes extable.c from the Makefile. extable.c itself is
easier to kill locally, than by patch. :)

Nikita.
===== arch/um/sys-i386/Makefile 1.16 vs edited =====
--- 1.16/arch/um/sys-i386/Makefile	Tue Jan 27 15:47:46 2004
+++ edited/arch/um/sys-i386/Makefile	Tue Jan 27 16:35:54 2004
@@ -1,4 +1,4 @@
-obj-y = bugs.o checksum.o extable.o fault.o ksyms.o ldt.o ptrace.o \
+obj-y = bugs.o checksum.o fault.o ksyms.o ldt.o ptrace.o \
 	ptrace_user.o semaphore.o sigcontext.o syscalls.o sysrq.o time.o
 
 obj-$(CONFIG_HIGHMEM) += highmem.o


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-02-13 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-27 13:56 [uml-devel] [PATCH]: 2.6.2-rc2: kill arch/um/sys-i386/extable.c Nikita Danilov
2004-02-13 21:40 ` [uml-devel] " Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox