From 3b36395345f745fc065b6b6daa44eb39c739539f Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 29 Aug 1992 12:53:22 +0000 Subject: [PATCH] Add page_size for autoclobber code. --- v7/src/microcode/cmpintmd/alpha.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/cmpintmd/alpha.h b/v7/src/microcode/cmpintmd/alpha.h index f52c983a6..ea05e025d 100644 --- a/v7/src/microcode/cmpintmd/alpha.h +++ b/v7/src/microcode/cmpintmd/alpha.h @@ -1,6 +1,6 @@ /* -*- C -*- -$Id: alpha.h,v 1.1 1992/08/29 12:13:47 jinx Exp $ +$Id: alpha.h,v 1.2 1992/08/29 12:53:22 jinx Exp $ Copyright (c) 1992 Digital Equipment Corporation (D.E.C.) @@ -59,6 +59,8 @@ case. */ /* Machine parameters to be set by the user. */ +#define PAGE_SIZE (8 * 1024) + /* Processor type. Choose a number from the above list, or allocate your own. */ -- 2.25.1