aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/symbols.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-10 11:09:21 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-10 11:09:21 +0000
commit5fc32d22f2975d14e23fdbdab6db2e6297a47869 (patch)
tree3a68a2f5becd80608af917d367be2c021e80b612 /xen/common/symbols.c
parentca00403ecee10e337e3693600fd0508bada2b8c7 (diff)
downloadxen-5fc32d22f2975d14e23fdbdab6db2e6297a47869.tar.gz
xen-5fc32d22f2975d14e23fdbdab6db2e6297a47869.tar.bz2
xen-5fc32d22f2975d14e23fdbdab6db2e6297a47869.zip
[XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/symbols.c')
-rw-r--r--xen/common/symbols.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/common/symbols.c b/xen/common/symbols.c
index 496f231f8b..fba6cf0867 100644
--- a/xen/common/symbols.c
+++ b/xen/common/symbols.c
@@ -94,9 +94,6 @@ const char *symbols_lookup(unsigned long addr,
unsigned long i, low, high, mid;
unsigned long symbol_end = 0;
- /* This kernel should never had been booted. */
- BUG_ON(!symbols_addresses);
-
namebuf[KSYM_NAME_LEN] = 0;
namebuf[0] = 0;