All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2.6-mm] radeonfb as module
@ 2003-10-21 11:48 Svetoslav Slavtchev
  2003-10-21 17:28 ` James Simmons
  0 siblings, 1 reply; 5+ messages in thread
From: Svetoslav Slavtchev @ 2003-10-21 11:48 UTC (permalink / raw)
  To: lkml 

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

acquire_console_sem is exported, 
but release_console_sem is not

this seems like a bug for me,
as if one acquire console_sem, he should be able to relase it

svetljo

PS.
missing symbol in (IIRC) drivers/video/aty/radeon_pm.c

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

[-- Attachment #2: missed_export-release_console_sem.patch --]
[-- Type: application/octet-stream, Size: 388 bytes --]

--- linux-2.6.0-test7/kernel/printk.c.orig	2003-10-21 09:45:32.294956018 +0200
+++ linux-2.6.0-test7/kernel/printk.c	2003-10-21 09:43:59.952049306 +0200
@@ -566,6 +566,7 @@
 	if (wake_klogd && !oops_in_progress && waitqueue_active(&log_wait))
 		wake_up_interruptible(&log_wait);
 }
+EXPORT_SYMBOL(release_console_sem);
 
 /** console_conditional_schedule - yield the CPU if required
  *

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-25 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21 11:48 [PATCH][2.6-mm] radeonfb as module Svetoslav Slavtchev
2003-10-21 17:28 ` James Simmons
2003-10-21 17:35   ` Svetoslav Slavtchev
2003-10-21 18:13     ` James Simmons
2003-10-25 21:49   ` Benjamin Herrenschmidt

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.