From 8a00a0d61b93cfb29f7c922d228cd6e834b7a3bf Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 26 Jun 2012 16:19:03 +0000 Subject: ALPHA_PGSHIFT -> PGSHIFT. --- sys/arch/alpha/stand/loadfile_subr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/alpha/stand/loadfile_subr.c b/sys/arch/alpha/stand/loadfile_subr.c index 40f764e70e6..b70fa8bf16f 100644 --- a/sys/arch/alpha/stand/loadfile_subr.c +++ b/sys/arch/alpha/stand/loadfile_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: loadfile_subr.c,v 1.1 2011/06/06 04:09:42 miod Exp $ */ +/* $OpenBSD: loadfile_subr.c,v 1.2 2012/06/26 16:19:02 deraadt Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -26,7 +26,7 @@ #include #include -#define ptoa(a) ((a) << ALPHA_PGSHIFT) +#define ptoa(a) ((a) << PGSHIFT) /* * Prevent loading a kernel if it would overlap the SRM. -- cgit v1.2.3