Home
last modified time | relevance | path

Searched hist:a7d0431774cf4b9970cf49da5b5cdd2f1aa71b25 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.cdiff a7d0431774cf4b9970cf49da5b5cdd2f1aa71b25 Thu Apr 24 03:00:31 CDT 2014 Gavin Shan <gwshan@linux.vnet.ibm.com> powerpc/prom: Stop scanning dev-tree for fdump early

Function early_init_dt_scan_fw_dump() is called to scan the device
tree for fdump properties under node "rtas". Any one of them is
invalid, we can stop scanning the device tree early by returning
"1". It would save a bit time during boot.

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>