mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andreas Haumer <andreas@xss.co.at>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Make Linux 2.4.21pre4-ac6 compile
Date: Mon, 24 Feb 2003 21:30:47 +0100	[thread overview]
Message-ID: <3E5A80F7.5070500@xss.co.at> (raw)
In-Reply-To: <200302240030.h1O0UaX14560@devserv.devel.redhat.com>

Hi!

I need two small patches to make 2.4.21-pre4-ac6 compile for me:

1.) To solve an "unresolved symbol" error

root@install:/lib/modules/2.4.21-pre4-ac6 {508} $ depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.4.21-pre4-ac6/kernel/drivers/char/ipmi/ipmi_kcs_drv.o
depmod:         acpi_get_firmware_table

The following patch is needed:

--- linux-2.4.21-pre4-ac6/drivers/acpi/acpi_ksyms.c.orig        Sat Aug  3 02:39:43 2002
+++ linux-2.4.21-pre4-ac6/drivers/acpi/acpi_ksyms.c     Mon Feb 24 20:32:46 2003
@@ -68,6 +68,7 @@
  EXPORT_SYMBOL(acpi_get_next_object);
  EXPORT_SYMBOL(acpi_evaluate_object);
  EXPORT_SYMBOL(acpi_get_table);
+EXPORT_SYMBOL(acpi_get_firmware_table);

  EXPORT_SYMBOL(acpi_install_notify_handler);
  EXPORT_SYMBOL(acpi_remove_notify_handler);


2.) To make the new Intel i8xx framebuffer driver compile,
the following patch is needed:

--- linux-2.4.21-pre4-ac6/drivers/video/intel/intelfbdrv.c.orig Mon Feb 24 12:26:51 2003
+++ linux-2.4.21-pre4-ac6/drivers/video/intel/intelfbdrv.c      Mon Feb 24 12:25:52 2003
@@ -873,7 +873,7 @@
                 dinfo->cursor.timer.function = intelfb_flashcursor;
                 dinfo->cursor.timer.data = (unsigned long)dinfo;
                 dinfo->cursor.state = CM_ERASE;
-               spin_lock_init(dinfo->DAClock);
+               spin_lock_init(&(dinfo->DAClock));
         }

         if (bailearly == 19)

Otherwise 2.4.21-pre4-ac6 is now running fine on my test machine.

HTH

- andreas

PS: Any idea about when the new IDE driver can be compiled
and used completely as modules?

-- 
Andreas Haumer                     | mailto:andreas@xss.co.at
*x Software + Systeme              | http://www.xss.co.at/
Karmarschgasse 51/2/20             | Tel: +43-1-6060114-0
A-1100 Vienna, Austria             | Fax: +43-1-6060114-71


      reply	other threads:[~2003-02-24 20:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-24  0:30 Linux 2.4.21pre4-ac6 Alan Cox
2003-02-24 20:30 ` Andreas Haumer [this message]

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=3E5A80F7.5070500@xss.co.at \
    --to=andreas@xss.co.at \
    --cc=alan@redhat.com \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®