From 0a8eafbd8c81c8e170ef64495f3ad4fe53263379 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Sun, 10 Jun 2012 21:44:35 +0200 Subject: [PATCH] --- yaml --- r: 313787 b: refs/heads/master c: 3e219b91533058e242b78ac08aaa91024dd6f369 h: refs/heads/master i: 313785: 1f9c00802bb22cf9080f4f0e015a4e9555423d9e 313783: 0c772319683938f0ab7c10b5d652d0476b8fdc7b v: v3 --- [refs] | 2 +- trunk/arch/tile/include/asm/memprof.h | 33 --------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 trunk/arch/tile/include/asm/memprof.h diff --git a/[refs] b/[refs] index a01cfe22ba6d..4a84889f2710 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 129622672d70711c6c844fb529381ff0dad9085a +refs/heads/master: 3e219b91533058e242b78ac08aaa91024dd6f369 diff --git a/trunk/arch/tile/include/asm/memprof.h b/trunk/arch/tile/include/asm/memprof.h deleted file mode 100644 index 359949be28c1..000000000000 --- a/trunk/arch/tile/include/asm/memprof.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * Copyright 2010 Tilera Corporation. All Rights Reserved. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, version 2. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or - * NON INFRINGEMENT. See the GNU General Public License for - * more details. - * - * The hypervisor's memory controller profiling infrastructure allows - * the programmer to find out what fraction of the available memory - * bandwidth is being consumed at each memory controller. The - * profiler provides start, stop, and clear operations to allows - * profiling over a specific time window, as well as an interface for - * reading the most recent profile values. - * - * This header declares IOCTL codes necessary to control memprof. - */ -#ifndef _ASM_TILE_MEMPROF_H -#define _ASM_TILE_MEMPROF_H - -#include - -#define MEMPROF_IOCTL_TYPE 0xB4 -#define MEMPROF_IOCTL_START _IO(MEMPROF_IOCTL_TYPE, 0) -#define MEMPROF_IOCTL_STOP _IO(MEMPROF_IOCTL_TYPE, 1) -#define MEMPROF_IOCTL_CLEAR _IO(MEMPROF_IOCTL_TYPE, 2) - -#endif /* _ASM_TILE_MEMPROF_H */