]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/Library/MtrrLib/MtrrLib.c
UefiCpuPkg/MtrrLib: Add notes for usage by BSP/APs
authorJeff Fan <jeff.fan@intel.com>
Tue, 19 Jul 2016 00:41:57 +0000 (08:41 +0800)
committerJeff Fan <jeff.fan@intel.com>
Wed, 20 Jul 2016 03:13:02 +0000 (11:13 +0800)
commit81f560498bf1ca2bfa738741f63f9bc90a4db7d2
treed1bd59e254763f846ff396134e41317f6b2a5797
parent9fc34794d60d4922bcac10efc7ed57f827720e92
UefiCpuPkg/MtrrLib: Add notes for usage by BSP/APs

Except for MtrrSetAllMtrrs(), others services are not suggested to be invoked by
APs because they are not necessary and may invoke DEBUG() to dump MTRR setting.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed: Laszlo Ersek <lersek@redhat.com>
UefiCpuPkg/Library/MtrrLib/MtrrLib.c