mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[IA64] Fix wrong return value in parse_vector_domain
Fix wrong return value in parse_vector_domain(). Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
3c3738c874
commit
074ff85600
@ -289,7 +289,7 @@ static int __init parse_vector_domain(char *arg)
|
||||
vector_domain_type = VECTOR_DOMAIN_PERCPU;
|
||||
no_int_routing = 1;
|
||||
}
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
early_param("vector", parse_vector_domain);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user