Platforms/ARM/Juno/ACPI: Fix name of MADT structure

The name EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE was used for
a local structure which is compiled for ACPI rev 5.1 or higher only.
This commit removes the incorrect ACPI "5_0" revision part and sets
the structure name to MULTIPLE_APIC_DESCRIPTION_TABLE.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Alexei Fedorov <alexei.fedorov@arm.com>
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
diff --git a/Platforms/ARM/Juno/AcpiTables/Madt.aslc b/Platforms/ARM/Juno/AcpiTables/Madt.aslc
index 0a167d3..37c06da 100644
--- a/Platforms/ARM/Juno/AcpiTables/Madt.aslc
+++ b/Platforms/ARM/Juno/AcpiTables/Madt.aslc
@@ -1,7 +1,7 @@
 /** @file

 *  Multiple APIC Description Table (MADT)

 *

-*  Copyright (c) 2012 - 2015, ARM Limited. All rights reserved.

+*  Copyright (c) 2012 - 2016, ARM Limited. All rights reserved.

 *

 *  This program and the accompanying materials

 *  are licensed and made available under the terms and conditions of the BSD License

@@ -72,15 +72,15 @@
     EFI_ACPI_5_1_GIC_STRUCTURE                            GicInterfaces[FixedPcdGet32 (PcdCoreCount)];

     EFI_ACPI_5_0_GIC_DISTRIBUTOR_STRUCTURE                GicDistributor;

     EFI_ACPI_6_0_GIC_MSI_FRAME_STRUCTURE                  MsiFrame;

-  } EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE;

+  } MULTIPLE_APIC_DESCRIPTION_TABLE;

 

   #pragma pack ()

 

-  EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE Madt = {

+  MULTIPLE_APIC_DESCRIPTION_TABLE Madt = {

     {

       ARM_ACPI_HEADER (

         EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE_SIGNATURE,

-        EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE,

+        MULTIPLE_APIC_DESCRIPTION_TABLE,

         EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION

       ),

       //