From: Paul Nasrat <pauln@truemesh.com>
To: Linux-8086 <linux-8086@vger.kernel.org>
Subject: Re: CVS status
Date: Fri, 12 Jul 2002 15:20:32 +0100 [thread overview]
Message-ID: <20020712142031.GA13282@raq465.uk2net.com> (raw)
In-Reply-To: <1026478231.18875.9.camel@cool>
[-- Attachment #1: Type: text/plain, Size: 509 bytes --]
On Fri, Jul 12, 2002 at 03:51:32PM +0300, Harry Kalogirou wrote:
Hi Harry
> I tried the CVS version of elks this afternoon and it fails to load
> init. Is there a known issue?
Just updated my tree and trying to build a kernel with all the defaults,
it errors with:
undefined symbol: _rs_ops
This was defined in a #ifdef for CONFIG_CONSOLE_SERIAL and a patch is
attached which moves it outside.
I'm just trying to get bochs set up in the office so I can do more
testing in work without the laptop
Paul
[-- Attachment #2: elks-rsops.patch --]
[-- Type: text/plain, Size: 445 bytes --]
Index: serial.c
===================================================================
RCS file: /cvsroot/elks/elks/arch/i86/drivers/char/serial.c,v
retrieving revision 1.30
diff -u -r1.30 serial.c
--- serial.c 22 Jun 2002 09:28:19 -0000 1.30
+++ serial.c 12 Jul 2002 14:10:56 -0000
@@ -432,6 +432,8 @@
/* Do something */
}
+#endif
+
struct tty_ops rs_ops = {
rs_open,
rs_release,
@@ -440,4 +442,3 @@
rs_ioctl
};
-#endif
next prev parent reply other threads:[~2002-07-12 14:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-12 12:51 CVS status Harry Kalogirou
2002-07-12 14:20 ` Paul Nasrat [this message]
2002-07-12 16:18 ` Harry Kalogirou
2002-07-12 18:49 ` Riley Williams
2002-07-13 11:20 ` Harry Kalogirou
2002-07-15 5:39 ` Riley Williams
2002-07-12 15:48 ` Paul Nasrat
2002-07-13 11:20 ` Harry Kalogirou
2002-07-15 5:59 ` Riley Williams
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=20020712142031.GA13282@raq465.uk2net.com \
--to=pauln@truemesh.com \
--cc=linux-8086@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox