mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.21 - s390 irq_stat.
@ 2002-06-10 22:28 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-06-10 22:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds


Hi,
since 2.5.21 s390 has an irq_stat array as well. We moved it out of the cpu
lowcore to simplify things. As long as irq_stat is cache aligned there is
no performance benefit in keeping it in the lowcore. Another thing we found
missing is an export for simple_strtoull.

blue skies,
  Martin.

diff -urN linux-2.5.21/kernel/ksyms.c linux-2.5.21-s390/kernel/ksyms.c
--- linux-2.5.21/kernel/ksyms.c	Sun Jun  9 07:26:33 2002
+++ linux-2.5.21-s390/kernel/ksyms.c	Mon Jun 10 11:30:35 2002
@@ -382,9 +382,7 @@
 EXPORT_SYMBOL(del_timer);
 EXPORT_SYMBOL(request_irq);
 EXPORT_SYMBOL(free_irq);
-#if !defined(CONFIG_ARCH_S390)
-EXPORT_SYMBOL(irq_stat);	/* No separate irq_stat for s390, it is part of PSA */
-#endif
+EXPORT_SYMBOL(irq_stat);
 
 /* waitqueue handling */
 EXPORT_SYMBOL(add_wait_queue);
@@ -500,6 +498,7 @@
 EXPORT_SYMBOL(__bdevname);
 EXPORT_SYMBOL(cdevname);
 EXPORT_SYMBOL(simple_strtoul);
+EXPORT_SYMBOL(simple_strtoull);
 EXPORT_SYMBOL(system_utsname);	/* UTS data */
 EXPORT_SYMBOL(uts_sem);		/* UTS semaphore */
 #ifndef __mips__

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-10 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-10 22:28 2.5.21 - s390 irq_stat Martin Schwidefsky

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®