From: Keir Fraser Date: Fri, 14 May 2010 16:21:32 +0000 (+0100) Subject: Remove unused PAGE_SCRUB_SOFTIRQ definition. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12157 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=996d7277611a406c24f182fa4ec55b18e6ebe176;p=xen.git Remove unused PAGE_SCRUB_SOFTIRQ definition. Signed-off-by: Keir Fraser --- diff --git a/xen/include/xen/softirq.h b/xen/include/xen/softirq.h index 1408a4cb15..0681afe91c 100644 --- a/xen/include/xen/softirq.h +++ b/xen/include/xen/softirq.h @@ -6,7 +6,6 @@ enum { TIMER_SOFTIRQ = 0, SCHEDULE_SOFTIRQ, NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ, - PAGE_SCRUB_SOFTIRQ, RCU_SOFTIRQ, NR_COMMON_SOFTIRQS };