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 */
-2
View File
@@ -37,8 +37,6 @@
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#define ALT_STACK_SIZE 128
typedef int (*pcpu_bp_harden)(void);
typedef int (*pcpu_ssbd)(int);
struct debug_monitor_state;
-2
View File
@@ -42,8 +42,6 @@
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#define ALT_STACK_SIZE 128
/* Keep in sync with db_show_mdpcpu() */
#define PCPU_MD_FIELDS \
struct pmap *pc_curpmap; /* Currently active pmap */ \