summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-27 10:51:25 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-27 10:51:25 -0700
commitcebdb861ac8873812cf66e420c88911cbc2712c4 (patch)
tree9da517b6a85f4466dd2d0c78b6a1c574cfa9e6af
parente5f293e1b02578875e000acaabf7c63f5a50c7ee (diff)
downloadvyatta-cfg-system-cebdb861ac8873812cf66e420c88911cbc2712c4.tar.gz
vyatta-cfg-system-cebdb861ac8873812cf66e420c88911cbc2712c4.zip
Fix set on uniproc machine
It is better to just check using normal code path on uniproc than to make everything a special case.
-rwxr-xr-xscripts/system/vyatta-irqaffin4
1 files changed, 0 insertions, 4 deletions
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