* [PATCH] arch/i386/kernel/bluesmoke.c: missing __init
@ 2001-05-25 13:21 pazke
0 siblings, 0 replies; only message in thread
From: pazke @ 2001-05-25 13:21 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 251 bytes --]
Hi all,
this micropatch adds missing __init for winchip_mcheck_init() function.
Best regards.
--
Andrey Panin | Embedded systems software engineer
pazke@orbita1.ru | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc
[-- Attachment #1.2: patch-bluesmoke --]
[-- Type: text/plain, Size: 506 bytes --]
diff -ur -X /usr/dontdiff /linux.vanilla/arch/i386/kernel/bluesmoke.c linux/arch/i386/kernel/bluesmoke.c
--- /linux.vanilla/arch/i386/kernel/bluesmoke.c Mon May 21 23:49:24 2001
+++ linux/arch/i386/kernel/bluesmoke.c Fri May 25 22:58:31 2001
@@ -185,7 +185,7 @@
* Set up machine check reporting on the Winchip C6 series
*/
-static void winchip_mcheck_init(struct cpuinfo_x86 *c)
+static void __init winchip_mcheck_init(struct cpuinfo_x86 *c)
{
u32 lo, hi;
/* Not supported on C3 */
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-05-25 13:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-25 13:21 [PATCH] arch/i386/kernel/bluesmoke.c: missing __init pazke
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®