]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pci: Indicate prefetchable memory allocate when debugging
authorSimon Glass <sjg@chromium.org>
Mon, 27 Jul 2015 21:47:18 +0000 (15:47 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:53 +0000 (08:00 +0200)
commitc6cede0241658e868573b3dccfddd4794c1de2c7
tree826b6a814e0b4d81c0f443abea01d493141964a3
parentbd37a04d8a2b0d2ebd9f11f2d3379246c75db88d
pci: Indicate prefetchable memory allocate when debugging

At present the PCI output displays 'Mem' when it allocates memory for a PCI
device, whether it is prefetchable or not. There is a distinction since the
memory comes from separate pools. Use 'Prf' instead of 'Mem' when allocating
prefetchable memory.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_auto.c