1. 23 12月, 2013 5 次提交
  2. 19 12月, 2013 1 次提交
  3. 28 11月, 2013 1 次提交
  4. 25 11月, 2013 2 次提交
    • V
      ARC: Add guard macro to uapi/asm/unistd.h · 97bc386f
      Vineet Gupta 提交于
      Chen originally proposed this as "right thing to do" however I
      actually ran into this when building perf tools. Some of the utils
      include unistd.h as well as linux/unistd.h. Since -I includes kernel
      headers too, we end up including the ARC unistd.h twice, leading to
      redefinition nwarnings.
      
      ------------------>8-------------------
          CC bench/sched-pipe.o
      In file included from ~/kernel/arch/arc/include/uapi/asm/unistd.h:21:0,
                       from ~/kernel/include/uapi/linux/unistd.h:7,
                       from bench/sched-pipe.c:24:
      ~/kernel/include/uapi/asm-generic/unistd.h:889:0: error: "__NR_fcntl64"
      redefined [-Werror]
       #define __NR_fcntl64 __NR3264_fcntl
       ^
      In file included from
      ~/gnu/arc-linux-uclibc/sys-include/sys/syscall.h:24:0,
                       from bench/../perf.h:112,
                       from bench/sched-pipe.c:13:
      ~/gnu/arc-linux-uclibc/include/bits/sysnum.h:761:0: note: this is the
      location of the previous definition
      ------------------>8-------------------
      
      Verified that make headers_install works fine with this.
      Suggested-by: NChen Gang <gang.chen.5i5j@gmail.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      Cc: David Howells <dhowells@redhat.com>
      97bc386f
    • V
      ARC: extable: Enable sorting at build time · f06d19e4
      Vineet Gupta 提交于
      Avoids wasting cycles at boot specially on slower simulators
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      Cc: Michal Marek <mmarek@suse.cz>
      Cc: Francois Bedard <fbedard@synopsys.com>
      Cc: linux-kernel@vger.kernel.org
      Acked-by: NDavid Daney <david.daney@cavium.com>
      f06d19e4
  5. 15 11月, 2013 4 次提交
  6. 14 11月, 2013 1 次提交
  7. 12 11月, 2013 1 次提交
  8. 11 11月, 2013 1 次提交
  9. 07 11月, 2013 3 次提交
  10. 06 11月, 2013 21 次提交