diff options
author | BKP <brandon.potter@amd.com> | 2018-01-09 13:16:29 -0600 |
---|---|---|
committer | Brandon Potter <Brandon.Potter@amd.com> | 2018-01-10 16:49:23 +0000 |
commit | 1246617fb2e4ef2845460eab1c2cd36dd8b336fa (patch) | |
tree | 829795110a950ab223ab4f560972b5f72c562fbc /src/arch | |
parent | e22894353869092c9da4977ec9ef74afa94cf57a (diff) | |
download | gem5-1246617fb2e4ef2845460eab1c2cd36dd8b336fa.tar.xz |
style: change C/C++ source permissions to noexec
Several files in the repository were tracked with execute permissions
even though the files are just normal C/C++ files (and the one .isa).
Change-Id: I976b096acab4a1fc74c5699ef1f9b222c1e635c2
Reviewed-on: https://gem5-review.googlesource.com/7241
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/arch')
20 files changed, 0 insertions, 0 deletions
diff --git a/src/arch/arm/stage2_lookup.cc b/src/arch/arm/stage2_lookup.cc index 82a29e84f..82a29e84f 100755..100644 --- a/src/arch/arm/stage2_lookup.cc +++ b/src/arch/arm/stage2_lookup.cc diff --git a/src/arch/arm/stage2_lookup.hh b/src/arch/arm/stage2_lookup.hh index 870276b0a..870276b0a 100755..100644 --- a/src/arch/arm/stage2_lookup.hh +++ b/src/arch/arm/stage2_lookup.hh diff --git a/src/arch/arm/stage2_mmu.cc b/src/arch/arm/stage2_mmu.cc index 5c28d073e..5c28d073e 100755..100644 --- a/src/arch/arm/stage2_mmu.cc +++ b/src/arch/arm/stage2_mmu.cc diff --git a/src/arch/arm/stage2_mmu.hh b/src/arch/arm/stage2_mmu.hh index b01b08153..b01b08153 100755..100644 --- a/src/arch/arm/stage2_mmu.hh +++ b/src/arch/arm/stage2_mmu.hh diff --git a/src/arch/mips/bare_iron/system.cc b/src/arch/mips/bare_iron/system.cc index e1f5462aa..e1f5462aa 100755..100644 --- a/src/arch/mips/bare_iron/system.cc +++ b/src/arch/mips/bare_iron/system.cc diff --git a/src/arch/mips/bare_iron/system.hh b/src/arch/mips/bare_iron/system.hh index e7a498012..e7a498012 100755..100644 --- a/src/arch/mips/bare_iron/system.hh +++ b/src/arch/mips/bare_iron/system.hh diff --git a/src/arch/mips/dsp.cc b/src/arch/mips/dsp.cc index e13cf0870..e13cf0870 100755..100644 --- a/src/arch/mips/dsp.cc +++ b/src/arch/mips/dsp.cc diff --git a/src/arch/mips/dsp.hh b/src/arch/mips/dsp.hh index a929984e4..a929984e4 100755..100644 --- a/src/arch/mips/dsp.hh +++ b/src/arch/mips/dsp.hh diff --git a/src/arch/mips/dt_constants.hh b/src/arch/mips/dt_constants.hh index 64b1cf232..64b1cf232 100755..100644 --- a/src/arch/mips/dt_constants.hh +++ b/src/arch/mips/dt_constants.hh diff --git a/src/arch/mips/interrupts.cc b/src/arch/mips/interrupts.cc index 17bb146c4..17bb146c4 100755..100644 --- a/src/arch/mips/interrupts.cc +++ b/src/arch/mips/interrupts.cc diff --git a/src/arch/mips/interrupts.hh b/src/arch/mips/interrupts.hh index ce9e0e4a3..ce9e0e4a3 100755..100644 --- a/src/arch/mips/interrupts.hh +++ b/src/arch/mips/interrupts.hh diff --git a/src/arch/mips/isa/formats/dsp.isa b/src/arch/mips/isa/formats/dsp.isa index 78fb93063..78fb93063 100755..100644 --- a/src/arch/mips/isa/formats/dsp.isa +++ b/src/arch/mips/isa/formats/dsp.isa diff --git a/src/arch/mips/mt.hh b/src/arch/mips/mt.hh index 67aeb6477..67aeb6477 100755..100644 --- a/src/arch/mips/mt.hh +++ b/src/arch/mips/mt.hh diff --git a/src/arch/mips/mt_constants.hh b/src/arch/mips/mt_constants.hh index e27798f89..e27798f89 100755..100644 --- a/src/arch/mips/mt_constants.hh +++ b/src/arch/mips/mt_constants.hh diff --git a/src/arch/mips/pagetable.hh b/src/arch/mips/pagetable.hh index a963cf6d2..a963cf6d2 100755..100644 --- a/src/arch/mips/pagetable.hh +++ b/src/arch/mips/pagetable.hh diff --git a/src/arch/mips/pra_constants.hh b/src/arch/mips/pra_constants.hh index 971501493..971501493 100755..100644 --- a/src/arch/mips/pra_constants.hh +++ b/src/arch/mips/pra_constants.hh diff --git a/src/arch/mips/system.cc b/src/arch/mips/system.cc index 815674702..815674702 100755..100644 --- a/src/arch/mips/system.cc +++ b/src/arch/mips/system.cc diff --git a/src/arch/mips/system.hh b/src/arch/mips/system.hh index 6b74ac1e5..6b74ac1e5 100755..100644 --- a/src/arch/mips/system.hh +++ b/src/arch/mips/system.hh diff --git a/src/arch/mips/vtophys.cc b/src/arch/mips/vtophys.cc index 237b67524..237b67524 100755..100644 --- a/src/arch/mips/vtophys.cc +++ b/src/arch/mips/vtophys.cc diff --git a/src/arch/power/vtophys.cc b/src/arch/power/vtophys.cc index b03f507fc..b03f507fc 100755..100644 --- a/src/arch/power/vtophys.cc +++ b/src/arch/power/vtophys.cc |