~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/powerpc/platforms/cell/setup.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#include <asm/udbg.h>
52
52
#include <asm/mpic.h>
53
53
#include <asm/cell-regs.h>
 
54
#include <asm/io-workarounds.h>
54
55
 
55
56
#include "interrupt.h"
56
57
#include "pervasive.h"
57
58
#include "ras.h"
58
 
#include "io-workarounds.h"
59
59
 
60
60
#ifdef DEBUG
61
61
#define DBG(fmt...) udbg_printf(fmt)
136
136
 
137
137
        iowa_register_bus(phb, &spiderpci_ops, &spiderpci_iowa_init,
138
138
                                  (void *)SPIDER_PCI_REG_BASE);
139
 
        io_workaround_init();
140
 
 
141
139
        return 0;
142
140
}
143
141