]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg RamDiskDxe: Remove unnecessary TPL raise operations
authorHao Wu <hao.a.wu@intel.com>
Tue, 8 Mar 2016 01:40:57 +0000 (09:40 +0800)
committerHao Wu <hao.a.wu@intel.com>
Wed, 23 Mar 2016 05:38:19 +0000 (13:38 +0800)
commit6a9bc80154dd8771bc6f76b9b6c7579753e86e50
tree1e798bfc59ff84e157e518d53c79ec02e74ef355
parent28620e603d6179d7fdb95175279468e652c3be71
MdeModulePkg RamDiskDxe: Remove unnecessary TPL raise operations

There is no asynchronous operations to the registered RAM disks link list
maintained within RamDiskDxe driver, therefore, the TPL raise and restore
operations when dealing with the link list are unnecessary.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskImpl.c
MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c