ANDROID: lib: vsprintf: Add "%paP" option
authorChris Fries <cfries@google.com>
Fri, 28 Apr 2017 04:29:40 +0000 (23:29 -0500)
committerDanny Wood <danwood76@gmail.com>
Fri, 11 Jan 2019 07:53:53 +0000 (07:53 +0000)
commit21a71b7166fa67ef6b29c94232f91ceca327cdb7
tree79cbe2872b6c11794b9ea3a7779508a4e0a2bcf1
parentf97bfee6c718a03144ffc5f0bb279c1deb68c4b4
ANDROID: lib: vsprintf: Add "%paP" option

Add %paP for physical address that need to always be shown, regardless
of kptr restrictions.

Bug: 37723342
Bug: 30368199
Change-Id: I4884854d9465be89f366d4d7b56c825918b91599
Signed-off-by: Chris Fries <cfries@google.com>
Documentation/printk-formats.txt
lib/vsprintf.c