pcpu: Remove unused definitions of ALT_STACK_SIZE

This was added originally for the sparc64 port and apparently copied to
other platforms.  No functional change intended.

MFC after:	1 week
This commit is contained in:
Mark Johnston
2023-07-24 11:26:08 -04:00
parent ca6cd604c8
commit 1083a8cd85
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -37,8 +37,6 @@
#include <sys/_lock.h>
#include <sys/_mutex.h>
#define ALT_STACK_SIZE 128
struct vmspace;
#endif /* _KERNEL */