From: Nikita Danilov <Nikita@Namesys.COM>
To: Jeff Dike <JDike@Addtoit.COM>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] [PATCH]: 2.6.2-rc2: kill arch/um/sys-i386/extable.c
Date: Tue, 27 Jan 2004 16:56:00 +0300 [thread overview]
Message-ID: <16406.28144.943056.461426@laputa.namesys.com> (raw)
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
next reply other threads:[~2004-01-27 13:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-27 13:56 Nikita Danilov [this message]
2004-02-13 21:40 ` [uml-devel] Re: [PATCH]: 2.6.2-rc2: kill arch/um/sys-i386/extable.c Jeff Dike
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16406.28144.943056.461426@laputa.namesys.com \
--to=nikita@namesys.com \
--cc=JDike@Addtoit.COM \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.