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

Remove redundant definition.

This commit is contained in:
David Xu 2004-08-03 02:39:24 +00:00
parent 4513fb36aa
commit 7926672ea5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133048

View File

@ -106,9 +106,6 @@ struct kse_mailbox {
/* Flags for kse_switchin */
#define KSE_SWITCHIN_SETTMBX 0x01
/* Flags for kse_switchin */
#define KSE_SWITCHIN_SETTMBX 0x01
/* Commands for kse_thr_interrupt */
#define KSE_INTR_INTERRUPT 0x01
#define KSE_INTR_RESTART 0x02