diff options
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 |