* [PATCH] __init -> __initdata for drivers/ide/feature.c (244-ac16)
@ 2001-05-25 19:24 Rasmus Andersen
0 siblings, 0 replies; only message in thread
From: Rasmus Andersen @ 2001-05-25 19:24 UTC (permalink / raw)
To: cort; +Cc: linux-kernel
Hi.
The following patch changes an __init to an __initdata. Applies
against 2.4.4-ac16.
--- linux-244-ac16-clean/arch/ppc/kernel/feature.c Sat May 19 21:06:18 2001+++ linux-244-ac16/arch/ppc/kernel/feature.c Mon May 21 00:04:35 2001
@@ -267,7 +267,7 @@
static struct board_features_t {
char* compatible;
u32 features;
-} board_features_datas[] __init =
+} board_features_datas[] __initdata =
{
{ "AAPL,PowerMac G3", 0 }, /* Beige G3 */
{ "iMac,1", 0 }, /* First iMac (gossamer) */
--
Regards,
Rasmus(rasmus@jaquet.dk)
We're going to turn this team around 360 degrees.
-Jason Kidd, upon his drafting to the Dallas Mavericks
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-05-25 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-25 19:24 [PATCH] __init -> __initdata for drivers/ide/feature.c (244-ac16) Rasmus Andersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox