From d02bc714cb9fba3dd0dc8b08cfeb97c6373d0770 Mon Sep 17 00:00:00 2001 From: Daryl McDaniel Date: Tue, 10 Sep 2013 21:47:26 +0000 Subject: [PATCH] StdLib: Fix IPF build issues. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel Reviewed by: erik.c.bjorge@intel.com git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14647 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/Include/Ipf/machine/param.h | 1 - 1 file changed, 1 deletion(-) diff --git a/StdLib/Include/Ipf/machine/param.h b/StdLib/Include/Ipf/machine/param.h index c832f3487e..4675804ce9 100644 --- a/StdLib/Include/Ipf/machine/param.h +++ b/StdLib/Include/Ipf/machine/param.h @@ -122,7 +122,6 @@ #else #define NMBCLUSTERS 1024 /* map size, max cluster allocation */ #endif -#endif /* * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized -- 2.39.2