| commit | f992e97bb5179071a41e287601d4adecd56617ef | [log] [tgz] |
|---|---|---|
| author | Andy Ross <andrew.j.ross@intel.com> | Tue Mar 12 14:44:47 2019 -0700 |
| committer | Kumar Gala <kumar.gala@gmail.com> | Tue Mar 12 19:03:50 2019 -0500 |
| tree | b8e5c3969a21ef0ace6f09db66d4d898f2a393e4 | |
| parent | 67c4c2e6f00ca01a8097ec6b38908654fc9fdb66 [diff] |
arch/x86_64: Fix printf format string There was a spot where the early boot code was logging using %p to emit an integer, and Coverity doesn't like that. Fixes #14420 and Fixes #14418 Signed-off-by: Andy Ross <andrew.j.ross@intel.com>