Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360169
b: refs/heads/master
c: 9c57564
h: refs/heads/master
i:
  360167: e6ba6d8
v: v3
  • Loading branch information
Vineet Gupta committed Feb 15, 2013
1 parent 9f367b7 commit 5e457e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9854783e55d5f42a0ea3e951fad3a5910023c1b1
refs/heads/master: 9c57564e26c5392ac7f0e08cc0ad8d29e225a3a3
3 changes: 3 additions & 0 deletions trunk/arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ config ARC
select HAVE_ARCH_KGDB
select HAVE_ARCH_TRACEHOOK
select HAVE_GENERIC_HARDIRQS
select HAVE_IRQ_WORK
select HAVE_KPROBES
select HAVE_KRETPROBES
select HAVE_MEMBLOCK
select HAVE_MOD_ARCH_SPECIFIC if ARC_DW2_UNWIND
select HAVE_OPROFILE
select HAVE_PERF_EVENTS
select IRQ_DOMAIN
select MODULES_USE_ELF_RELA
select NO_BOOTMEM
select OF
select OF_EARLY_FLATTREE
select PERF_USE_VMALLOC

config SCHED_OMIT_FRAME_POINTER
def_bool y
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/arc/include/asm/perf_event.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright (C) 2011-2012 Synopsys, Inc. (www.synopsys.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/

#ifndef __ASM_PERF_EVENT_H
#define __ASM_PERF_EVENT_H

#endif /* __ASM_PERF_EVENT_H */

0 comments on commit 5e457e9

Please sign in to comment.