]> git.proxmox.com Git - mirror_edk2.git/commit
Move CommunicationBuffer from stack to global variable.
authorYao, Jiewen <jiewen.yao@intel.com>
Wed, 25 Nov 2015 13:14:27 +0000 (13:14 +0000)
committerjyao1 <jyao1@Edk2>
Wed, 25 Nov 2015 13:14:27 +0000 (13:14 +0000)
commit670a563f2853100700ff2d8b3211c65a7e783127
tree96004b161a25a4a7c9875a208a8afe453bcebba4
parentf45f2d4ad4d803eb33c608bca8242992f1841fec
Move CommunicationBuffer from stack to global variable.

We had put communication buffer to Runtime memory,
so that SMI handler can know it is not used by OS.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Zeng, Star" <star.zeng@intel.com>
Reviewed-by: "Kinney, Michael D" <michael.d.kinney@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18949 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c