[POWERPC] setup_64.c and prom.c comment cleanup
[linux-2.6-block.git] / arch / powerpc / kernel / prom.c
index b081413c72d43c0a8e27be63c3433e1d948ff84b..172dcc3849a0f9ad32bc5838c3a847a4e6c6420a 100644 (file)
@@ -430,9 +430,11 @@ static int __init early_parse_mem(char *p)
 }
 early_param("mem", early_parse_mem);
 
-/*
- * The device tree may be allocated below our memory limit, or inside the
- * crash kernel region for kdump. If so, move it out now.
+/**
+ * move_device_tree - move tree to an unused area, if needed.
+ *
+ * The device tree may be allocated beyond our memory limit, or inside the
+ * crash kernel region for kdump. If so, move it out of the way.
  */
 static void move_device_tree(void)
 {