From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH 1/2 V2] kvm tools: Add interval red-black tree helper Date: Tue, 17 May 2011 14:38:56 +0300 Message-ID: <1305632336.12150.31.camel@sasha> References: <1305628123-18440-1-git-send-email-levinsasha928@gmail.com> <20110517105039.GP22093@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: penberg@kernel.org, asias.hejun@gmail.com, prasadjoshi124@gmail.com, gorcunov@gmail.com, kvm@vger.kernel.org, john@jfloren.net To: Ingo Molnar Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:39932 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753713Ab1EQLjA (ORCPT ); Tue, 17 May 2011 07:39:00 -0400 Received: by fxm17 with SMTP id 17so353128fxm.19 for ; Tue, 17 May 2011 04:38:59 -0700 (PDT) In-Reply-To: <20110517105039.GP22093@elte.hu> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2011-05-17 at 12:50 +0200, Ingo Molnar wrote: > ( There was some reason why perf could not use the kernel's min/max > definitions, the details escape me. ) perf's min/max are surrounded by #ifdef - unlike the ones in the kernel's . Commit messages didn't mention why, so I'll use the defs as they are in . -- Sasha.