From: Andrei Petrov <andrei.petrov@veritas.com>
To: xen-devel@lists.xensource.com
Subject: x86_64 build patch
Date: Wed, 11 May 2005 14:54:05 -0700 [thread overview]
Message-ID: <20050511215405.GA7195@ezzy.veritas.com> (raw)
This patch makes recent unstable buildable on x86_64.
--- xen/arch/x86/acpi/boot.c.orig 2005-05-11 09:54:27.000000000 -0700
+++ xen/arch/x86/acpi/boot.c 2005-05-11 14:48:37.000000000 -0700
@@ -41,21 +41,11 @@ int sbf_port;
#define end_pfn_map max_page
#define CONFIG_ACPI_PCI
-#ifdef CONFIG_X86_64
-
-static inline void acpi_madt_oem_check(char *oem_id, char *oem_table_id) { }
-extern void __init clustered_apic_check(void);
-static inline int ioapic_setup_disabled(void) { return 0; }
-
-#else /* X86 */
-
#ifdef CONFIG_X86_LOCAL_APIC
#include <mach_apic.h>
#include <mach_mpparse.h>
#endif /* CONFIG_X86_LOCAL_APIC */
-#endif /* X86 */
-
#define BAD_MADT_ENTRY(entry, end) ( \
(!entry) || (unsigned long)entry + sizeof(*entry) > end || \
((acpi_table_entry_header *)entry)->length != sizeof(*entry))
next reply other threads:[~2005-05-11 21:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-11 21:54 Andrei Petrov [this message]
2005-05-12 12:52 ` x86_64 build patch David F Barrera
2005-05-12 17:16 ` Andrei Petrov
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=20050511215405.GA7195@ezzy.veritas.com \
--to=andrei.petrov@veritas.com \
--cc=xen-devel@lists.xensource.com \
/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 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.