search for: processorag

Displaying 3 results from an estimated 3 matches for "processorag".

Did you mean: processor
2010 Apr 19
1
[PATCH matahari] Replaces the existing HAL code for ProcessorAgent with udev.
Stripped out the HAL support code and replaced with calls to udev. The remainder of the code to extract CPU details parses through the /proc/cpuinfo file since udev/sysfs will not return such information. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- configure.ac | 3 +- src/Makefile.am | 4 +- src/processors.cpp | 94
2010 May 24
0
[PATCH matahari] Moves the CPU properties into the Host API space.
...t_load_average(this->_processors.getLoadAverage()); -} diff --git a/src/qmf/processorsagent.h b/src/qmf/processorsagent.h deleted file mode 100644 index 1d814d4..0000000 --- a/src/qmf/processorsagent.h +++ /dev/null @@ -1,50 +0,0 @@ -#ifndef __PROCESSORSAGENT_H -#define __PROCESSORSAGENT_H - -/* processoragent.h - Copyright (C) 2010 Red Hat, Inc. - * Written by Darryl L. Pierce <dpierce at redhat.com> - * - * 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 of...
2010 May 19
2
Squashed commits...
Refactoring the previous patch ended up creating two deltas. This patch pushes them both together into a single commit.