]> git.ipfire.org Git - people/ms/u-boot.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)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Aug 2015 14:42:41 +0000 (08:42 -0600)
commit4bad2e7374e27f08225701e2c3554404e590d8ee
treed6f5dd772f2314dcc6f7c1d8e0841adc92e8ab4e
parent5f48d798eb151f50d79b93913b59190a679ee9b5
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