misc: Run pre-commit run --all-files
This is reflect the updates made to black when running `pre-commit autoupdate`. Change-Id: Ifb7fea117f354c7f02f26926a5afdf7d67bc5919
This commit is contained in:
@@ -35,6 +35,7 @@ from .Ruby import create_topology, create_directories
|
||||
from .Ruby import send_evicts
|
||||
from common import FileSystemConfig
|
||||
|
||||
|
||||
#
|
||||
# Declare caches used by the protocol
|
||||
#
|
||||
@@ -77,7 +78,6 @@ def define_options(parser):
|
||||
def create_system(
|
||||
options, full_system, system, dma_ports, bootmem, ruby_system, cpus
|
||||
):
|
||||
|
||||
if buildEnv["PROTOCOL"] != "MESI_Three_Level":
|
||||
fatal(
|
||||
"This script requires the MESI_Three_Level protocol to be\
|
||||
|
||||
Reference in New Issue
Block a user