~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to hw/pl080.c

  • Committer: ths
  • Date: 2007-09-16 21:08:06 UTC
  • Revision ID: git-v1:5fafdf24ef2c090c164d4dc89684b3f379dbdd87
find -type f | xargs sed -i 's/[\t ]$//g' # on most files


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
 
1
/*
2
2
 * Arm PrimeCell PL080/PL081 DMA controller
3
3
 *
4
4
 * Copyright (c) 2006 CodeSourcery.
111
111
                continue;
112
112
            flow = (ch->conf >> 11) & 7;
113
113
            if (flow >= 4) {
114
 
                cpu_abort(cpu_single_env, 
 
114
                cpu_abort(cpu_single_env,
115
115
                    "pl080_run: Peripheral flow control not implemented\n");
116
116
            }
117
117
            src_id = (ch->conf >> 1) & 0x1f;