diff --git a/html/pages/device/overview/processors.inc.php b/html/pages/device/overview/processors.inc.php
index d2b5ccc95b..1ef6d1d5fe 100644
--- a/html/pages/device/overview/processors.inc.php
+++ b/html/pages/device/overview/processors.inc.php
@@ -1,12 +1,12 @@
");
echo("
Processors
");
echo("");
$i = '1';
- $procs = mysql_query("SELECT * FROM `processors` WHERE device_id = '" . $device['device_id'] . "'");
+ $procs = mysql_query("SELECT * FROM `processors` WHERE device_id = '" . $device['device_id'] . "' ORDER BY processor_descr ASC");
while($proc = mysql_fetch_array($procs)) {
if(is_integer($processor_rows/2)) { $row_colour = $list_colour_a; } else { $row_colour = $list_colour_b; }