|
@@ -22,9 +22,9 @@
|
|
|
* compile time, but to set the physical address only
|
|
|
* in the boot process.
|
|
|
*
|
|
|
- * these 'compile-time allocated' memory buffers are
|
|
|
- * fixed-size 4k pages. (or larger if used with an increment
|
|
|
- * highger than 1) use fixmap_set(idx,phys) to associate
|
|
|
+ * These 'compile-time allocated' memory buffers are
|
|
|
+ * fixed-size 4k pages (or larger if used with an increment
|
|
|
+ * higher than 1). Use set_fixmap(idx,phys) to associate
|
|
|
* physical memory with fixmap indices.
|
|
|
*
|
|
|
* TLB entries of such buffers will not be flushed across
|