From cebdb861ac8873812cf66e420c88911cbc2712c4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 27 Oct 2010 10:51:25 -0700 Subject: Fix set on uniproc machine It is better to just check using normal code path on uniproc than to make everything a special case. --- scripts/system/vyatta-irqaffin | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts') diff --git a/scripts/system/vyatta-irqaffin b/scripts/system/vyatta-irqaffin index 6fa0e086..092da818 100755 --- a/scripts/system/vyatta-irqaffin +++ b/scripts/system/vyatta-irqaffin @@ -122,10 +122,6 @@ case "$1" in exit 1 fi - if ! check_uniproc ; then - exit 1 - fi - if ! get_irqnums $2 ; then exit 1 fi -- cgit v1.2.3