linux-um archives
 help / color / mirror / Atom feed
From: Vincent Guffens <guffens@auto.ucl.ac.be>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] missing symbols in ksyms
Date: Wed, 05 May 2004 00:55:59 +0200	[thread overview]
Message-ID: <40981F7F.4070007@auto.ucl.ac.be> (raw)

Hi,

I think these 2 symbols are missing in ksyms.c : enable_irq, disable_irq

Following diff fixes the problem for 2.4.24-um1 :



--- linux-2.4.24-um1-orig/arch/um/kernel/ksyms.c        Tue May  4 
22:10:01 2004
+++ linux-2.4.24-um1/arch/um/kernel/ksyms.c     Tue May  4 17:13:34 2004
@@ -8,6 +8,7 @@
  #include "linux/string.h"
  #include "linux/smp_lock.h"
  #include "linux/spinlock.h"
+#include "asm/irq.h"
  #include "asm/current.h"
  #include "asm/delay.h"
  #include "asm/processor.h"
@@ -44,6 +45,9 @@
  EXPORT_SYMBOL(mode_tt);
  EXPORT_SYMBOL(handle_page_fault);

+EXPORT_SYMBOL(enable_irq);
+EXPORT_SYMBOL(disable_irq);
+
  #ifdef CONFIG_MODE_TT
  EXPORT_SYMBOL(copy_from_user_tt);
  EXPORT_SYMBOL(copy_to_user_tt);



--- linux-2.4.24-um1-orig/include/asm-um/irq.h  Tue May  4 22:10:01 2004
+++ linux-2.4.24-um1/include/asm-um/irq.h       Tue May  4 17:19:20 2004
@@ -19,4 +19,7 @@
  #define LAST_IRQ XTERM_IRQ
  #define NR_IRQS (LAST_IRQ + 1)

+extern void enable_irq (unsigned int);
+extern void disable_irq (unsigned int);
+
  #endif


-- 
				Vincent Guffens
				PhD Student UCL/CESAME
				tel:   +32 10 47 80 30
Value your freedom, or you will lose it, teaches history.
"Don't bother us with politics," respond those who don't want to learn.
	      	-- Richard M. Stallman



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

                 reply	other threads:[~2004-05-04 21:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=40981F7F.4070007@auto.ucl.ac.be \
    --to=guffens@auto.ucl.ac.be \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox