mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, so
map them both to the same interrupt number like other arches do.
This commit is contained in:
parent
edecf7f6c1
commit
824e4131a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265023
@ -278,7 +278,6 @@ ipi_handler(void *arg)
|
||||
break;
|
||||
|
||||
case IPI_STOP:
|
||||
case IPI_STOP_HARD:
|
||||
/*
|
||||
* IPI_STOP_HARD is mapped to IPI_STOP so it is not
|
||||
* necessary to add it in the switch.
|
||||
|
@ -10,7 +10,7 @@
|
||||
#define IPI_PREEMPT 2
|
||||
#define IPI_RENDEZVOUS 3
|
||||
#define IPI_STOP 4
|
||||
#define IPI_STOP_HARD 5
|
||||
#define IPI_STOP_HARD 4
|
||||
#define IPI_HARDCLOCK 6
|
||||
#define IPI_TLB 7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user