[gem5-dev] Change in public/gem5[master]: style: change C/C++ source permissions to noexec

2018-01-10 Thread Brandon Potter (Gerrit)
Brandon Potter has submitted this change and it was merged. (  
https://gem5-review.googlesource.com/7241 )


Change subject: style: change C/C++ source permissions to noexec
..

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 
Reviewed-by: Nikos Nikoleris 
Reviewed-by: Andreas Sandberg 
Maintainer: Andreas Sandberg 
---
M ext/mcpat/cacti/subarray.cc
M ext/mcpat/cacti/uca.cc
M src/arch/arm/stage2_lookup.cc
M src/arch/arm/stage2_lookup.hh
M src/arch/arm/stage2_mmu.cc
M src/arch/arm/stage2_mmu.hh
M src/arch/mips/bare_iron/system.cc
M src/arch/mips/bare_iron/system.hh
M src/arch/mips/dsp.cc
M src/arch/mips/dsp.hh
M src/arch/mips/dt_constants.hh
M src/arch/mips/interrupts.cc
M src/arch/mips/interrupts.hh
M src/arch/mips/isa/formats/dsp.isa
M src/arch/mips/mt.hh
M src/arch/mips/mt_constants.hh
M src/arch/mips/pagetable.hh
M src/arch/mips/pra_constants.hh
M src/arch/mips/system.cc
M src/arch/mips/system.hh
M src/arch/mips/vtophys.cc
M src/arch/power/vtophys.cc
M src/base/loader/hex_file.cc
M src/base/loader/hex_file.hh
M src/cpu/o3/isa_specific.hh
M src/cpu/o3/thread_context.cc
M src/cpu/o3/thread_context.hh
M src/cpu/o3/thread_context_impl.hh
M src/dev/mips/access.h
M src/dev/mips/malta.cc
M src/dev/mips/malta.hh
M src/dev/mips/malta_cchip.cc
M src/dev/mips/malta_cchip.hh
M src/dev/mips/malta_io.cc
M src/dev/mips/malta_io.hh
M src/dev/mips/maltareg.h
M src/mem/snoop_filter.cc
M src/mem/snoop_filter.hh
38 files changed, 0 insertions(+), 0 deletions(-)

Approvals:
  Andreas Sandberg: Looks good to me, approved; Looks good to me, approved
  Nikos Nikoleris: Looks good to me, approved
  Gabe Black: Looks good to me, approved



diff --git a/ext/mcpat/cacti/subarray.cc b/ext/mcpat/cacti/subarray.cc
old mode 100755
new mode 100644
diff --git a/ext/mcpat/cacti/uca.cc b/ext/mcpat/cacti/uca.cc
old mode 100755
new mode 100644
diff --git a/src/arch/arm/stage2_lookup.cc b/src/arch/arm/stage2_lookup.cc
old mode 100755
new mode 100644
diff --git a/src/arch/arm/stage2_lookup.hh b/src/arch/arm/stage2_lookup.hh
old mode 100755
new mode 100644
diff --git a/src/arch/arm/stage2_mmu.cc b/src/arch/arm/stage2_mmu.cc
old mode 100755
new mode 100644
diff --git a/src/arch/arm/stage2_mmu.hh b/src/arch/arm/stage2_mmu.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/bare_iron/system.cc  
b/src/arch/mips/bare_iron/system.cc

old mode 100755
new mode 100644
diff --git a/src/arch/mips/bare_iron/system.hh  
b/src/arch/mips/bare_iron/system.hh

old mode 100755
new mode 100644
diff --git a/src/arch/mips/dsp.cc b/src/arch/mips/dsp.cc
old mode 100755
new mode 100644
diff --git a/src/arch/mips/dsp.hh b/src/arch/mips/dsp.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/dt_constants.hh b/src/arch/mips/dt_constants.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/interrupts.cc b/src/arch/mips/interrupts.cc
old mode 100755
new mode 100644
diff --git a/src/arch/mips/interrupts.hh b/src/arch/mips/interrupts.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/isa/formats/dsp.isa  
b/src/arch/mips/isa/formats/dsp.isa

old mode 100755
new mode 100644
diff --git a/src/arch/mips/mt.hh b/src/arch/mips/mt.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/mt_constants.hh b/src/arch/mips/mt_constants.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/pagetable.hh b/src/arch/mips/pagetable.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/pra_constants.hh b/src/arch/mips/pra_constants.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/system.cc b/src/arch/mips/system.cc
old mode 100755
new mode 100644
diff --git a/src/arch/mips/system.hh b/src/arch/mips/system.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/vtophys.cc b/src/arch/mips/vtophys.cc
old mode 100755
new mode 100644
diff --git a/src/arch/power/vtophys.cc b/src/arch/power/vtophys.cc
old mode 100755
new mode 100644
diff --git a/src/base/loader/hex_file.cc b/src/base/loader/hex_file.cc
old mode 100755
new mode 100644
diff --git a/src/base/loader/hex_file.hh b/src/base/loader/hex_file.hh
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/isa_specific.hh b/src/cpu/o3/isa_specific.hh
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/thread_context.cc b/src/cpu/o3/thread_context.cc
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/thread_context_impl.hh  
b/src/cpu/o3/thread_context_impl.hh

old mode 100755
new mode 100644
diff --git 

[gem5-dev] Change in public/gem5[master]: style: change C/C++ source permissions to noexec

2018-01-09 Thread Brandon Potter (Gerrit)

Hello Gabe Black, Jason Lowe-Power, Nikos Nikoleris, Andreas Sandberg,

I'd like you to reexamine a change. Please visit

https://gem5-review.googlesource.com/7241

to look at the new patch set (#2).

Change subject: style: change C/C++ source permissions to noexec
..

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
---
M ext/mcpat/cacti/subarray.cc
M ext/mcpat/cacti/uca.cc
M src/arch/arm/stage2_lookup.cc
M src/arch/arm/stage2_lookup.hh
M src/arch/arm/stage2_mmu.cc
M src/arch/arm/stage2_mmu.hh
M src/arch/mips/bare_iron/system.cc
M src/arch/mips/bare_iron/system.hh
M src/arch/mips/dsp.cc
M src/arch/mips/dsp.hh
M src/arch/mips/dt_constants.hh
M src/arch/mips/interrupts.cc
M src/arch/mips/interrupts.hh
M src/arch/mips/isa/formats/dsp.isa
M src/arch/mips/mt.hh
M src/arch/mips/mt_constants.hh
M src/arch/mips/pagetable.hh
M src/arch/mips/pra_constants.hh
M src/arch/mips/system.cc
M src/arch/mips/system.hh
M src/arch/mips/vtophys.cc
M src/arch/power/vtophys.cc
M src/base/loader/hex_file.cc
M src/base/loader/hex_file.hh
M src/cpu/o3/isa_specific.hh
M src/cpu/o3/thread_context.cc
M src/cpu/o3/thread_context.hh
M src/cpu/o3/thread_context_impl.hh
M src/dev/mips/access.h
M src/dev/mips/malta.cc
M src/dev/mips/malta.hh
M src/dev/mips/malta_cchip.cc
M src/dev/mips/malta_cchip.hh
M src/dev/mips/malta_io.cc
M src/dev/mips/malta_io.hh
M src/dev/mips/maltareg.h
M src/mem/snoop_filter.cc
M src/mem/snoop_filter.hh
38 files changed, 0 insertions(+), 0 deletions(-)


--
To view, visit https://gem5-review.googlesource.com/7241
To unsubscribe, or for help writing mail filters, visit  
https://gem5-review.googlesource.com/settings


Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I976b096acab4a1fc74c5699ef1f9b222c1e635c2
Gerrit-Change-Number: 7241
Gerrit-PatchSet: 2
Gerrit-Owner: Brandon Potter 
Gerrit-Reviewer: Andreas Sandberg 
Gerrit-Reviewer: Gabe Black 
Gerrit-Reviewer: Jason Lowe-Power 
Gerrit-Reviewer: Nikos Nikoleris 
___
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

[gem5-dev] Change in public/gem5[master]: style: change C/C++ source permissions to noexec

2018-01-09 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded this change for review. (  
https://gem5-review.googlesource.com/7241



Change subject: style: change C/C++ source permissions to noexec
..

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
---
M src/arch/arm/stage2_lookup.cc
M src/arch/arm/stage2_lookup.hh
M src/arch/arm/stage2_mmu.cc
M src/arch/arm/stage2_mmu.hh
M src/arch/mips/bare_iron/system.cc
M src/arch/mips/bare_iron/system.hh
M src/arch/mips/dsp.cc
M src/arch/mips/dsp.hh
M src/arch/mips/dt_constants.hh
M src/arch/mips/interrupts.cc
M src/arch/mips/interrupts.hh
M src/arch/mips/isa/formats/dsp.isa
M src/arch/mips/mt.hh
M src/arch/mips/mt_constants.hh
M src/arch/mips/pagetable.hh
M src/arch/mips/pra_constants.hh
M src/arch/mips/system.cc
M src/arch/mips/system.hh
M src/arch/mips/vtophys.cc
M src/arch/power/vtophys.cc
M src/base/loader/hex_file.cc
M src/base/loader/hex_file.hh
M src/cpu/o3/isa_specific.hh
M src/cpu/o3/thread_context.cc
M src/cpu/o3/thread_context.hh
M src/cpu/o3/thread_context_impl.hh
M src/dev/mips/access.h
M src/dev/mips/malta.cc
M src/dev/mips/malta.hh
M src/dev/mips/malta_cchip.cc
M src/dev/mips/malta_cchip.hh
M src/dev/mips/malta_io.cc
M src/dev/mips/malta_io.hh
M src/dev/mips/maltareg.h
M src/mem/snoop_filter.cc
M src/mem/snoop_filter.hh
36 files changed, 0 insertions(+), 0 deletions(-)



diff --git a/src/arch/arm/stage2_lookup.cc b/src/arch/arm/stage2_lookup.cc
old mode 100755
new mode 100644
diff --git a/src/arch/arm/stage2_lookup.hh b/src/arch/arm/stage2_lookup.hh
old mode 100755
new mode 100644
diff --git a/src/arch/arm/stage2_mmu.cc b/src/arch/arm/stage2_mmu.cc
old mode 100755
new mode 100644
diff --git a/src/arch/arm/stage2_mmu.hh b/src/arch/arm/stage2_mmu.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/bare_iron/system.cc  
b/src/arch/mips/bare_iron/system.cc

old mode 100755
new mode 100644
diff --git a/src/arch/mips/bare_iron/system.hh  
b/src/arch/mips/bare_iron/system.hh

old mode 100755
new mode 100644
diff --git a/src/arch/mips/dsp.cc b/src/arch/mips/dsp.cc
old mode 100755
new mode 100644
diff --git a/src/arch/mips/dsp.hh b/src/arch/mips/dsp.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/dt_constants.hh b/src/arch/mips/dt_constants.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/interrupts.cc b/src/arch/mips/interrupts.cc
old mode 100755
new mode 100644
diff --git a/src/arch/mips/interrupts.hh b/src/arch/mips/interrupts.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/isa/formats/dsp.isa  
b/src/arch/mips/isa/formats/dsp.isa

old mode 100755
new mode 100644
diff --git a/src/arch/mips/mt.hh b/src/arch/mips/mt.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/mt_constants.hh b/src/arch/mips/mt_constants.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/pagetable.hh b/src/arch/mips/pagetable.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/pra_constants.hh b/src/arch/mips/pra_constants.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/system.cc b/src/arch/mips/system.cc
old mode 100755
new mode 100644
diff --git a/src/arch/mips/system.hh b/src/arch/mips/system.hh
old mode 100755
new mode 100644
diff --git a/src/arch/mips/vtophys.cc b/src/arch/mips/vtophys.cc
old mode 100755
new mode 100644
diff --git a/src/arch/power/vtophys.cc b/src/arch/power/vtophys.cc
old mode 100755
new mode 100644
diff --git a/src/base/loader/hex_file.cc b/src/base/loader/hex_file.cc
old mode 100755
new mode 100644
diff --git a/src/base/loader/hex_file.hh b/src/base/loader/hex_file.hh
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/isa_specific.hh b/src/cpu/o3/isa_specific.hh
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/thread_context.cc b/src/cpu/o3/thread_context.cc
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh
old mode 100755
new mode 100644
diff --git a/src/cpu/o3/thread_context_impl.hh  
b/src/cpu/o3/thread_context_impl.hh

old mode 100755
new mode 100644
diff --git a/src/dev/mips/access.h b/src/dev/mips/access.h
old mode 100755
new mode 100644
diff --git a/src/dev/mips/malta.cc b/src/dev/mips/malta.cc
old mode 100755
new mode 100644
diff --git a/src/dev/mips/malta.hh b/src/dev/mips/malta.hh
old mode 100755
new mode 100644
diff --git a/src/dev/mips/malta_cchip.cc b/src/dev/mips/malta_cchip.cc
old mode 100755
new mode 100644
diff --git a/src/dev/mips/malta_cchip.hh b/src/dev/mips/malta_cchip.hh
old mode 100755
new mode 100644
diff --git a/src/dev/mips/malta_io.cc b/src/dev/mips/malta_io.cc
old mode 100755
new mode 100644
diff --git a/src/dev/mips/malta_io.hh b/src/dev/mips/malta_io.hh
old mode 100755
new mode 100644
diff --git a/src/dev/mips/maltareg.h