Commit fc051025 authored by David Mosberger's avatar David Mosberger

ia64: Improve comment for reserve_memory().

parent 89ccb313
...@@ -158,8 +158,9 @@ sort_regions (struct rsvd_region *rsvd_region, int max) ...@@ -158,8 +158,9 @@ sort_regions (struct rsvd_region *rsvd_region, int max)
/** /**
* reserve_memory - setup reserved memory areas * reserve_memory - setup reserved memory areas
* *
* Setup the reserved memory areas set aside for the boot parameters, initrd, * Setup the reserved memory areas set aside for the boot parameters,
* etc. * initrd, etc. There are currently %IA64_MAX_RSVD_REGIONS defined,
* see include/asm-ia64/meminit.h if you need to define more.
*/ */
void void
reserve_memory (void) reserve_memory (void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment