From 1b43894364dec075d13636b3c78c786da73fc8ad Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 5 Sep 2011 23:44:53 +0200 Subject: [PATCH] PR13108 blacklist probing paravirt ops from paravirt.c or paravirt.h. --- dwflpp.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dwflpp.cxx b/dwflpp.cxx index 3f6d98719..23f5713c1 100644 --- a/dwflpp.cxx +++ b/dwflpp.cxx @@ -2965,6 +2965,9 @@ dwflpp::build_blacklist() blfile += "|.*/arch/.*/include/asm/io\\.h"; blfile += "|.*/arch/.*/include/asm/bitops\\.h"; blfile += "|drivers/ide/ide-iops\\.c"; + // paravirt ops + blfile += "|arch/.*/kernel/paravirt\\.c"; + blfile += "|.*/arch/.*/include/asm/paravirt\\.h"; // XXX: it would be nice if these blacklisted functions were pulled // in dynamically, instead of being statically defined here. -- 2.43.5