We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4cd9f commit 489577dCopy full SHA for 489577d
arch/arm64/include/asm/fixmap.h
@@ -28,10 +28,9 @@
28
* compile time, but to set the physical address only
29
* in the boot process.
30
*
31
- * These 'compile-time allocated' memory buffers are
32
- * page-sized. Use set_fixmap(idx,phys) to associate
33
- * physical memory with fixmap indices.
34
- *
+ * Each enum increment in these 'compile-time allocated'
+ * memory buffers is page-sized. Use set_fixmap(idx,phys)
+ * to associate physical memory with a fixmap index.
35
*/
36
enum fixed_addresses {
37
FIX_HOLE,
0 commit comments