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 | |
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>
38 files changed, 0 insertions, 0 deletions
diff --git a/ext/mcpat/cacti/subarray.cc b/ext/mcpat/cacti/subarray.cc index f4b7de79b..f4b7de79b 100755..100644 --- a/ext/mcpat/cacti/subarray.cc +++ b/ext/mcpat/cacti/subarray.cc diff --git a/ext/mcpat/cacti/uca.cc b/ext/mcpat/cacti/uca.cc index 703ad470f..703ad470f 100755..100644 --- a/ext/mcpat/cacti/uca.cc +++ b/ext/mcpat/cacti/uca.cc 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 diff --git a/src/base/loader/hex_file.cc b/src/base/loader/hex_file.cc index c80343961..c80343961 100755..100644 --- a/src/base/loader/hex_file.cc +++ b/src/base/loader/hex_file.cc diff --git a/src/base/loader/hex_file.hh b/src/base/loader/hex_file.hh index fe34fddf0..fe34fddf0 100755..100644 --- a/src/base/loader/hex_file.hh +++ b/src/base/loader/hex_file.hh diff --git a/src/cpu/o3/isa_specific.hh b/src/cpu/o3/isa_specific.hh index 9bae3fd15..9bae3fd15 100755..100644 --- a/src/cpu/o3/isa_specific.hh +++ b/src/cpu/o3/isa_specific.hh diff --git a/src/cpu/o3/thread_context.cc b/src/cpu/o3/thread_context.cc index 672491193..672491193 100755..100644 --- a/src/cpu/o3/thread_context.cc +++ b/src/cpu/o3/thread_context.cc diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh index 2256a8a14..2256a8a14 100755..100644 --- a/src/cpu/o3/thread_context.hh +++ b/src/cpu/o3/thread_context.hh diff --git a/src/cpu/o3/thread_context_impl.hh b/src/cpu/o3/thread_context_impl.hh index d9f84fb52..d9f84fb52 100755..100644 --- a/src/cpu/o3/thread_context_impl.hh +++ b/src/cpu/o3/thread_context_impl.hh diff --git a/src/dev/mips/access.h b/src/dev/mips/access.h index 416b80590..416b80590 100755..100644 --- a/src/dev/mips/access.h +++ b/src/dev/mips/access.h diff --git a/src/dev/mips/malta.cc b/src/dev/mips/malta.cc index a25904780..a25904780 100755..100644 --- a/src/dev/mips/malta.cc +++ b/src/dev/mips/malta.cc diff --git a/src/dev/mips/malta.hh b/src/dev/mips/malta.hh index de2e8617c..de2e8617c 100755..100644 --- a/src/dev/mips/malta.hh +++ b/src/dev/mips/malta.hh diff --git a/src/dev/mips/malta_cchip.cc b/src/dev/mips/malta_cchip.cc index 929702f77..929702f77 100755..100644 --- a/src/dev/mips/malta_cchip.cc +++ b/src/dev/mips/malta_cchip.cc diff --git a/src/dev/mips/malta_cchip.hh b/src/dev/mips/malta_cchip.hh index 150641878..150641878 100755..100644 --- a/src/dev/mips/malta_cchip.hh +++ b/src/dev/mips/malta_cchip.hh diff --git a/src/dev/mips/malta_io.cc b/src/dev/mips/malta_io.cc index 96de7f977..96de7f977 100755..100644 --- a/src/dev/mips/malta_io.cc +++ b/src/dev/mips/malta_io.cc diff --git a/src/dev/mips/malta_io.hh b/src/dev/mips/malta_io.hh index 8b224a942..8b224a942 100755..100644 --- a/src/dev/mips/malta_io.hh +++ b/src/dev/mips/malta_io.hh diff --git a/src/dev/mips/maltareg.h b/src/dev/mips/maltareg.h index 8bd929faa..8bd929faa 100755..100644 --- a/src/dev/mips/maltareg.h +++ b/src/dev/mips/maltareg.h diff --git a/src/mem/snoop_filter.cc b/src/mem/snoop_filter.cc index 3e1dae6c7..3e1dae6c7 100755..100644 --- a/src/mem/snoop_filter.cc +++ b/src/mem/snoop_filter.cc diff --git a/src/mem/snoop_filter.hh b/src/mem/snoop_filter.hh index 85cc75e9b..85cc75e9b 100755..100644 --- a/src/mem/snoop_filter.hh +++ b/src/mem/snoop_filter.hh |