From: kfraser@localhost.localdomain Date: Wed, 10 Jan 2007 11:09:21 +0000 (+0000) Subject: [XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5fc32d22f2975d14e23fdbdab6db2e6297a47869;p=xen.git [XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0. Signed-off-by: Keir Fraser --- 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;