1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Add an IPI used for testing proper operation of delivering IPIs.

This commit is contained in:
Marcel Moolenaar 2001-10-29 07:30:37 +00:00
parent 95d839a1c7
commit b1ef773d12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85673

View File

@ -17,8 +17,9 @@
#define IPI_INVLTLB 3
#define IPI_RENDEZVOUS 4
#define IPI_STOP 5
#define IPI_TEST 6
#define IPI_COUNT 6
#define IPI_COUNT 7
#ifndef LOCORE