diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-27 10:51:25 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-27 10:51:25 -0700 |
commit | cebdb861ac8873812cf66e420c88911cbc2712c4 (patch) | |
tree | 9da517b6a85f4466dd2d0c78b6a1c574cfa9e6af /scripts/system | |
parent | e5f293e1b02578875e000acaabf7c63f5a50c7ee (diff) | |
download | vyatta-cfg-quagga-cebdb861ac8873812cf66e420c88911cbc2712c4.tar.gz vyatta-cfg-quagga-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.
Diffstat (limited to 'scripts/system')
-rwxr-xr-x | scripts/system/vyatta-irqaffin | 4 |
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 |