mirror of https://github.com/acidanthera/audk.git
StdLib: Fix IPF build issues.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com> 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
This commit is contained in:
parent
1bc3923d08
commit
d02bc714cb
|
@ -122,7 +122,6 @@
|
||||||
#else
|
#else
|
||||||
#define NMBCLUSTERS 1024 /* map size, max cluster allocation */
|
#define NMBCLUSTERS 1024 /* map size, max cluster allocation */
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
|
* Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
|
||||||
|
|
Loading…
Reference in New Issue