summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/proc.h')
-rw-r--r--sys/arm/include/proc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h
index a86df35..25f4480 100644
--- a/sys/arm/include/proc.h
+++ b/sys/arm/include/proc.h
@@ -61,11 +61,7 @@ struct mdproc {
void *md_sigtramp;
};
-#ifdef __ARM_EABI__
#define KINFO_PROC_SIZE 816
-#else
-#define KINFO_PROC_SIZE 792
-#endif
#define MAXARGS 8
/*
OpenPOWER on IntegriCloud