From: Gerd Knorr <kraxel@suse.de>
To: Kernel List <linux-kernel@vger.kernel.org>, Andi Kleen <ak@suse.de>
Subject: Re: [x86_64 PATCH 2/2] build fix -- show_stack
Date: Tue, 24 Jun 2003 17:52:00 +0200 [thread overview]
Message-ID: <20030624155200.GB30885@bytesex.org> (raw)
In-Reply-To: <20030624154951.GA30885@bytesex.org>
Hi,
acpi build fix needed for x86_64 -- make the functions match the
prototypes in include/acpi/
Gerd
--- o-linux-2.5.73/drivers/acpi/osl.c.acpi 2003-06-24 12:24:16.000000000 +0200
+++ o-linux-2.5.73/drivers/acpi/osl.c 2003-06-24 12:24:56.000000000 +0200
@@ -933,8 +933,8 @@
}
/* Assumes no unreadable holes inbetween */
-BOOLEAN
-acpi_os_readable(void *ptr, u32 len)
+u8
+acpi_os_readable(void *ptr, acpi_size len)
{
#if defined(__i386__) || defined(__x86_64__)
char tmp;
@@ -943,8 +943,8 @@
return 1;
}
-BOOLEAN
-acpi_os_writable(void *ptr, u32 len)
+u8
+acpi_os_writable(void *ptr, acpi_size len)
{
/* could do dummy write (racy) or a kernel page table lookup.
The later may be difficult at early boot when kmap doesn't work yet. */
prev parent reply other threads:[~2003-06-24 15:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-24 15:49 [x86_64 PATCH 1/2] build fix -- show_stack Gerd Knorr
2003-06-24 15:47 ` Andi Kleen
2003-06-24 15:52 ` Gerd Knorr [this message]
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=20030624155200.GB30885@bytesex.org \
--to=kraxel@suse.de \
--cc=ak@suse.de \
--cc=linux-kernel@vger.kernel.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