[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1168427361 0 # Node ID 0b679a6d8ad083022d2a0463ff3a5fa5a852c7c4 # Parent 8d34cd47db2268b1c01bf51be4cf02e673073a46 [XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- xen/common/symbols.c | 3 --- 1 files changed, 3 deletions(-) diff -r 8d34cd47db22 -r 0b679a6d8ad0 xen/common/symbols.c --- a/xen/common/symbols.c Wed Jan 10 09:39:24 2007 +0000 +++ b/xen/common/symbols.c Wed Jan 10 11:09:21 2007 +0000 @@ -94,9 +94,6 @@ const char *symbols_lookup(unsigned long 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; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |