From: akpm-3NddpPZAyC0@public.gmane.org
To: len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
akpm-3NddpPZAyC0@public.gmane.org
Subject: [patch 1/1] bk-acpi alpha build fix
Date: Sat, 02 Apr 2005 03:49:23 -0800 [thread overview]
Message-ID: <200504021149.j32BnaCk006108@shell0.pdx.osdl.net> (raw)
ACPI doesn't work on alphas.
CC drivers/pci/quirks.o
distcc[25816] ERROR: compile on localhost failed
In file included from include/acpi/platform/acenv.h:123,
from include/acpi/acpi.h:53,
from include/linux/acpi.h:34,
from drivers/pci/quirks.c:21:
include/acpi/platform/aclinux.h:59:22: asm/acpi.h: No such file or directory
In file included from include/acpi/acpi.h:54,
from include/linux/acpi.h:34,
from drivers/pci/quirks.c:21:
include/acpi/actypes.h:110: error: parse error before "INT64"
include/acpi/actypes.h:110: warning: type defaults to `int' in declaration of `INT64'
include/acpi/actypes.h:110: warning: data definition has no type or storage class
include/acpi/actypes.h:111: error: parse error before "UINT64"
include/acpi/actypes.h:111: warning: type defaults to `int' in declaration of `UINT64'
include/acpi/actypes.h:111: warning: data definition has no type or storage class
In file included from drivers/pci/quirks.c:21:
include/linux/acpi.h:37:22: asm/acpi.h: No such file or directory
I chose to fix it in acpi.h. Seems cleaner than adding an ifdef to quirks.c.
Signed-off-by: Andrew Morton <akpm-3NddpPZAyC0@public.gmane.org>
---
25-alpha-akpm/include/linux/acpi.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
diff -puN include/linux/acpi.h~bk-acpi-alpha-build-fix include/linux/acpi.h
--- 25-alpha/include/linux/acpi.h~bk-acpi-alpha-build-fix 2005-04-02 01:54:02.000000000 -0800
+++ 25-alpha-akpm/include/linux/acpi.h 2005-04-02 01:54:30.000000000 -0800
@@ -25,6 +25,8 @@
#ifndef _LINUX_ACPI_H
#define _LINUX_ACPI_H
+#ifdef CONFIG_ACPI
+
#ifndef _LINUX
#define _LINUX
#endif
@@ -536,4 +538,5 @@ static inline int acpi_get_pxm(acpi_hand
extern int pnpacpi_disabled;
-#endif /*_LINUX_ACPI_H*/
+#endif /* CONFIG_ACPI */
+#endif /* _LINUX_ACPI_H */
_
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
next reply other threads:[~2005-04-02 11:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-02 11:49 akpm-3NddpPZAyC0 [this message]
[not found] ` <200504021149.j32BnaCk006108-bipKiLWnuIsyyg0EjBt7GtHuzzzSOjJt@public.gmane.org>
2005-04-23 3:47 ` [patch 1/1] bk-acpi alpha build fix Len Brown
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=200504021149.j32BnaCk006108@shell0.pdx.osdl.net \
--to=akpm-3nddppzayc0@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/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