|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 22] x86_64 build fails: gcc: arch/xen/x86_64/pci/direct.
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=22
------- Additional Comments From dbarrera@xxxxxxxxxx 2005-05-06 20:17 -------
Using Arun's patch, I was able to complete the build on x86_64. However, Dom0 is
unable to boot; it does not get past the 'Memory Scrubbing' messages:
(XEN) Scrubbing Free RAM: ....................................done.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen).
Xen: 0000000000000000 - 000000001f400000 (usable)
kernel direct mapping tables upto ffff88001f400000 @ 59e000-69a000
....
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Memory: 495616k/512000k available (2474k kernel code, 7872k reserved,
---------------------
Arun's post:
This might be a better fix?
--- 1.2/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile
2005-04-02 12:27:09 -08:00
+++ edited/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile
2005-05-05 15:43:11 -07:00
@@ -12,7 +12,7 @@
c-obj-y += fixup.o
c-obj-$(CONFIG_ACPI_PCI) += acpi.o
c-obj-y += legacy.o common.o
-c-xen-obj-$(CONFIG_PCI_DIRECT)+= direct.o
+c-obj-$(CONFIG_PCI_DIRECT)+= direct.o
c-xen-obj-y += irq.o
# mmconfig has a 64bit special
c-obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o
-Arun
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|